[Mlir-commits] [mlir] [MLIR][NVVM] Update Op verifiers to prevent ungraceful exits (PR #165677)

Durgadoss R llvmlistbot at llvm.org
Thu Oct 30 09:20:12 PDT 2025


================
@@ -684,6 +684,13 @@ func.func @nvvm_invalid_shfl_pred_3(%arg0 : i32, %arg1 : i32, %arg2 : i32, %arg3
 
 // -----
----------------
durga4github wrote:

On both the invalid tests:
Let us move them to a <feature-invalid>.mlir file under mlir/test/Target/LLVMIR/nvvm/.

Generally, with more tests, it is becoming harder to hunt for these in the general files.

https://github.com/llvm/llvm-project/pull/165677


More information about the Mlir-commits mailing list