[Mlir-commits] [mlir] [MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (PR #86260)

Tobias Gysi llvmlistbot at llvm.org
Mon Mar 25 10:38:49 PDT 2024


================
@@ -290,6 +290,73 @@ def GetResultPtrElementType : OpInterface<"GetResultPtrElementType"> {
   ];
 }
 
+def ExceptionBehaviorOpInterface : OpInterface<"ExceptionBehaviorOpInterface"> {
----------------
gysit wrote:

Uff ok I was not aware of these details. Then I guess it is fine to fallback to the string based solutions. As you said this is already used in other places...

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


More information about the Mlir-commits mailing list