[AArch64] Enable post-RA MI scheduler for Kryo.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 12 Feb 2016 21:27:33 +0000 (21:27 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 12 Feb 2016 21:27:33 +0000 (21:27 +0000)
This should have landed in r260686.

llvm-svn: 260739

llvm/lib/Target/AArch64/AArch64Subtarget.h

index 5edec42..d305422 100644 (file)
@@ -110,7 +110,7 @@ public:
   const Triple &getTargetTriple() const { return TargetTriple; }
   bool enableMachineScheduler() const override { return true; }
   bool enablePostRAScheduler() const override {
-    return isGeneric() || isCortexA53() || isCortexA57();
+    return isGeneric() || isCortexA53() || isCortexA57() || isKryo();
   }
 
   bool hasV8_1aOps() const { return HasV8_1aOps; }