[Mlir-commits] [mlir] [MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (PR #86260)
Tobias Gysi
llvmlistbot at llvm.org
Mon Mar 25 10:37:11 PDT 2024
================
@@ -1258,6 +1258,19 @@ LogicalResult ModuleImport::convertIntrinsicArguments(
return success();
}
+static FPExceptionBehaviorAttr
+metadataToFPExceptionBehavior(Builder &builder, llvm::Metadata *metadata) {
----------------
gysit wrote:
Is this function still needed? It looks like a left over from the last version?
https://github.com/llvm/llvm-project/pull/86260
More information about the Mlir-commits
mailing list