blob: a293191e11567096323b506da7cce1deec2acf77 [file] [edit]
// RUN: mlir-opt %s -convert-gpu-to-nvvm='allowed-dialects=test' -verify-diagnostics
// expected-error @+1 {{dialect does not implement ConvertToLLVMPatternInterface: test}}
gpu.module @test_module_1 {
func.func @test(%0 : index) -> index {
%1 = test.increment %0 : index
func.return %1 : index
}
}