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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 4 01:20:16 PDT 2025


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

```suggestion
return DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, Extensions);
```

this can now just become a return I think

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


More information about the llvm-commits mailing list