[llvm] [AArch64] Align 0-cycle reg-mov model of GPR64, GPR32 reg classes (PR #146051)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 28 13:25:01 PDT 2025


================
@@ -612,8 +612,11 @@ def FeatureExperimentalZeroingPseudos
 def FeatureNoSVEFPLD1R : SubtargetFeature<"no-sve-fp-ld1r",
   "NoSVEFPLD1R", "true", "Avoid using LD1RX instructions for FP">;
 
-def FeatureZCRegMove : SubtargetFeature<"zcm", "HasZeroCycleRegMove", "true",
----------------
fhahn wrote:

Is it possible there's more places that need to be updated (like TargetParser)? I'm seeing a bunch of `'+zcm' is not a recognized feature for this target (ignoring feature)` warnings when building anything with Clang on macOS now

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


More information about the llvm-commits mailing list