[Mlir-commits] [mlir] [MLIR][LLVMIR] Import: fix function attribute inheritance on call att… (PR #130221)
Tobias Gysi
llvmlistbot at llvm.org
Thu Mar 6 22:52:00 PST 2025
================
@@ -0,0 +1,18 @@
+; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
----------------
gysit wrote:
```suggestion
; RUN: mlir-translate -import-llvm %s | FileCheck %s
```
nit: the split is not needed here, however it could make sense to move the test to call-argument-attributes.ll and add a split?
https://github.com/llvm/llvm-project/pull/130221
More information about the Mlir-commits
mailing list