[PATCH] D18969: Disable quad load/store pairing for Exynos
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 12 09:29:45 PDT 2016
junbuml added a subscriber: junbuml.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-ldp-cluster.ll:102
@@ +101,3 @@
+
+; Test no ldq clustering for Exynos.
+; EXYNOS: ********** MI Scheduling **********
----------------
Since you only disable clustering for quad load/store, you may want to add check for EXYNOS in above other test cases.
Repository:
rL LLVM
http://reviews.llvm.org/D18969
More information about the llvm-commits
mailing list