[PATCH] D72031: [Scheduling] Create the missing dependency edges for store cluster
qshanz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 00:06:50 PST 2020
steven.zhang added a comment.
In D72031#1880128 <https://reviews.llvm.org/D72031#1880128>, @rampitec wrote:
> Tests change looks neutral to me now, and the logic seems plausible. How comes that only AMDGPU tests affected?
For now, only AMDGPU and AArch64 supports the mem cluster in LLVM. AArch64 only supports the back-2-back load/store cluster while AMDGPU supports 6 load/store at most to be cluster. So, it is more easy to expose this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72031/new/
https://reviews.llvm.org/D72031
More information about the llvm-commits
mailing list