[PATCH] D37698: Allow target to decide when to cluster loads/stores in misched
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 14:40:01 PDT 2017
rampitec updated this revision to Diff 115121.
rampitec retitled this revision from "Add target callback doMemOpsHaveSameBasePtr" to "Allow target to decide when to cluster loads/stores in misched".
rampitec edited the summary of this revision.
rampitec added a comment.
This revision is now accepted and ready to land.
Changed to let shouldClusterMemOps decide as discussed.
https://reviews.llvm.org/D37698
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/AMDGPU/add.i16.ll
test/CodeGen/AMDGPU/ctpop.ll
test/CodeGen/AMDGPU/fadd.f16.ll
test/CodeGen/AMDGPU/flat-load-clustering.mir
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
test/CodeGen/AMDGPU/sub.i16.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37698.115121.patch
Type: text/x-patch
Size: 15428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170913/77f307e9/attachment.bin>
More information about the llvm-commits
mailing list