[PATCH] D18376: [MachineScheduler] Add support for store clustering
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 10:53:25 PDT 2016
junbuml updated this revision to Diff 53278.
junbuml added a comment.
Enabled this only on AArch64 for now by adding enableClusterStores().
Tom,
I believe you can easily enable this for AMDGPU later with proper tests as a separate patch.
http://reviews.llvm.org/D18376
Files:
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/MachineScheduler.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.h
test/CodeGen/AArch64/aarch64-stp-cluster.ll
test/CodeGen/AArch64/arm64-ldp-cluster.ll
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/global-merge-group-by-use.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18376.53278.patch
Type: text/x-patch
Size: 21667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160411/4fc61fed/attachment.bin>
More information about the llvm-commits
mailing list