[PATCH] D18048: [AArch64] Enable more load clustering in the MI Scheduler.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 13:18:09 PDT 2016


mcrosier marked 4 inline comments as done.

================
Comment at: lib/Target/AArch64/AArch64InstrInfo.cpp:1528
@@ +1527,3 @@
+    return false;
+  case AArch64::LDRWui:
+  case AArch64::LDURWi:
----------------
Shall I file a bug or something?


http://reviews.llvm.org/D18048





More information about the llvm-commits mailing list