[clang] [lld] [llvm] [Clang][AArch64] Remove redundant tune args to the backend (PR #146896)

Tomer Shafir via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 4 03:01:59 PDT 2025


================
@@ -163,17 +163,6 @@ getAArch64MicroArchFeaturesFromMtune(const Driver &D, StringRef Mtune,
   if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions))
     return false;
 
----------------
tomershafir wrote:

ok, I planned to simplify in a followup patch, but simplified this and a bit more in a new commit

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


More information about the llvm-commits mailing list