[clang] [flang] [mlir] [flang] Retry add basic -mtune support (PR #96688)

Tobias Gysi via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 23:02:42 PDT 2024


================
@@ -0,0 +1,9 @@
+; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
----------------
gysit wrote:

> To me, it would make sense if mlir-translate didn't care - it doesn't have to interpret these attributes, does it?

It doesn't do anything with them except for running the LLVM verifier. If things pass on Aarch64, then the guards are not necessary. 

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


More information about the cfe-commits mailing list