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

Durgadoss R llvmlistbot at llvm.org
Mon Nov 3 02:21:28 PST 2025


================
@@ -1359,6 +1359,10 @@ def NVVM_ShflOp :
     a mask for logically splitting warps into sub-segments and an upper bound
     for clamping the source lane index.
     
+    Optionally, `return_value_and_is_valid` can be specified to return a 
----------------
durga4github wrote:

so, should this be:
```
The `return_value_and_is_valid` must be set to true to indicate the return value is a struct-of-two-elements instead of `i32 or f32`. When it is a struct, the first-element....
```


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


More information about the Mlir-commits mailing list