[PATCH] D85517: [Scheduling] Implement a new way to cluster loads/stores
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 03:15:13 PDT 2020
steven.zhang 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:
----------------
foad wrote:
> Would it make sense to pre-commit this test, so we can see how your patch affects it?
Sure. Done.
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