[Mlir-commits] [mlir] [mlir] Added `Convergent` trait that matches LLVM's semantics (PR #152358)

Mehdi Amini llvmlistbot at llvm.org
Wed Aug 6 12:05:42 PDT 2025


================
@@ -511,4 +511,8 @@ def ReturnLike : TraitList<[
     >
 ]>;
 
+// Use to inject an implementation of getSpeculatability.  Users should not use
+// this directly.
----------------
joker-eph wrote:

I don't understand the comment here?

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


More information about the Mlir-commits mailing list