[Mlir-commits] [mlir] [MLIR] Introduce a SelectLikeOpInterface (PR #104751)

Jakub Kuderski llvmlistbot at llvm.org
Mon Aug 19 07:27:59 PDT 2024


================
@@ -343,6 +343,27 @@ def RegionBranchTerminatorOpInterface :
   }];
 }
 
+def SelectLikeOpInterface : OpInterface<"SelectLikeOpInterface"> {
+  let description = [{
+    This interface provides information for select-like operations, i.e.,
+    operations that forward specific operands to the output, depending on a
----------------
kuhar wrote:

+1, I'm curious about poison propagation

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


More information about the Mlir-commits mailing list