[Mlir-commits] [mlir] [mlir][LLVMIR] Add IFuncOp to LLVM dialect (PR #147697)
Tobias Gysi
llvmlistbot at llvm.org
Wed Jul 9 12:50:22 PDT 2025
================
@@ -0,0 +1,115 @@
+; RUN: mlir-translate --import-llvm %s -split-input-file | FileCheck %s
+
----------------
gysit wrote:
The tests are quite long compared to what we actually check. Is it possible to significantly simplify them by dropping code that is actually not needed e.g. most of the function bodies?
Also can we check some more attributes such as linkage etc. Maybe use a minimal ifunc in some case and add all the optional attributes on a second ifunc?
https://github.com/llvm/llvm-project/pull/147697
More information about the Mlir-commits
mailing list