[PATCH] D85517: [Scheduling] Implement a new way to cluster loads/stores
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 01:54:25 PDT 2020
foad added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/aarch64-stp-cluster.ll:230
+; CHECK:SU(6): Ord Latency=1 Memory
+define i32 @cluster_with_different_preds(i32* %p, i32* %q) {
+entry:
----------------
Would it make sense to pre-commit this test, so we can see how your patch affects it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85517/new/
https://reviews.llvm.org/D85517
More information about the llvm-commits
mailing list