Index: lib/Target/AArch64/AArch64Subtarget.h =================================================================== --- lib/Target/AArch64/AArch64Subtarget.h +++ lib/Target/AArch64/AArch64Subtarget.h @@ -91,6 +91,7 @@ bool enablePostMachineScheduler() const override { return isCortexA53() || isCortexA57(); } + bool enableSubRegLiveness() const override { return true; } bool hasZeroCycleRegMove() const { return HasZeroCycleRegMove; }