[Mlir-commits] [mlir] [MLIR][LLVMIR] Add support for intrinsics with metadata arguments (PR #200308)
Tobias Gysi
llvmlistbot at llvm.org
Wed Jun 3 07:23:10 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:
This one is also still open?
https://github.com/llvm/llvm-project/pull/200308
More information about the Mlir-commits
mailing list