[Mlir-commits] [clang] [flang] [mlir] [flang] Retry add basic -mtune support (PR #96688)
Tobias Gysi
llvmlistbot at llvm.org
Thu Jun 27 11:08:24 PDT 2024
================
@@ -0,0 +1,9 @@
+; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
----------------
gysit wrote:
Interesting!
Did you build your LLVM with the x86 target enabled (besides Aarch64)? If not, `mlir-translate` may indeed be fine with the attribute independent of the target architecture. Note that `mlir-translate` runs `llvm::verifyModule` which I thought could be unhappy with unsupported target specific attributes.
https://github.com/llvm/llvm-project/pull/96688
More information about the Mlir-commits
mailing list