[Mlir-commits] [mlir] [MLIR][LLVMIR] Add support for intrinsics with metadata arguments (PR #200308)

Andy Kaylor llvmlistbot at llvm.org
Wed Jun 3 11:53:02 PDT 2026


================
@@ -0,0 +1,512 @@
+; RUN: mlir-translate -import-llvm %s -split-input-file | FileCheck %s
+
+; -----------------------------------------------------------------------------
+; FP -> int conversions: one fp arg, single exception-behavior metadata.
+; -----------------------------------------------------------------------------
----------------
andykaylor wrote:

Oh, sorry. I missed this comment before. I suppose you're right. These all go through the same code path.

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


More information about the Mlir-commits mailing list