================ @@ -170,7 +170,7 @@ getAArch64MicroArchFeaturesFromMtune(const Driver &D, StringRef Mtune, // 'cyclone' and later have zero-cycle register moves and zeroing. if (MtuneLowerCase == "cyclone" || StringRef(MtuneLowerCase).starts_with("apple")) { - Features.push_back("+zcm"); + Features.push_back("+zcm-gpr64"); ---------------- davemgreen wrote:
I don't think this code should be here, as it should be automatic from the cpu tuning features. Can it be removed? https://github.com/llvm/llvm-project/pull/146260 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits