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

Tobias Gysi llvmlistbot at llvm.org
Fri May 29 00:42:54 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.
+; -----------------------------------------------------------------------------
----------------
gysit wrote:

I wonder if there is much additional value in this test file? The tests in `intrinsic-unregistered.ll` should mostly cover this and if not we can maybe move one or two additional tests from this file to the other file?

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


More information about the Mlir-commits mailing list