[Mlir-commits] [mlir] [MLIR][NVVM] Update Op verifiers to prevent ungraceful exits (PR #165677)
Durgadoss R
llvmlistbot at llvm.org
Mon Nov 3 02:05:47 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
+ two-element struct with the result and a predicate indicating if the
----------------
durga4github wrote:
"....two-element struct where the first element is the result and the second element is a predicate indicating.."
https://github.com/llvm/llvm-project/pull/165677
More information about the Mlir-commits
mailing list