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

Jun Bum Lim via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 07:57:41 PDT 2016


junbuml added a comment.

We do not handle the unscaled + scaled case in this patch, right ?


================
Comment at: test/CodeGen/AArch64/arm64-ldp-cluster.ll:20
@@ +19,3 @@
+
+; Test sext + zext loads.
+; CHECK: ********** MI Scheduling **********
----------------
I think we can also add a test for zext + sext loads as well.


http://reviews.llvm.org/D18048





More information about the llvm-commits mailing list