summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2016-08-29 19:15:22 +0000
committerTom Stellard <thomas.stellard@amd.com>2016-08-29 19:15:22 +0000
commitc2ff0eb69762f0c87545b74c89d99cfdbb0913e9 (patch)
tree23670976c67603007a5f4b62773205d746b8b9dc /llvm/lib/Target/TargetMachine.cpp
parentc10c33444e9c02124eb39d1521646ee1bc8a5525 (diff)
downloadbcm5719-llvm-c2ff0eb69762f0c87545b74c89d99cfdbb0913e9.tar.gz
bcm5719-llvm-c2ff0eb69762f0c87545b74c89d99cfdbb0913e9.zip
AMDGPU/SI: Improve SILoadStoreOptimizer and run it before the scheduler
Summary: The SILoadStoreOptimizer can now look ahead more then one instruction when looking for instructions to merge, which greatly improves the number of loads/stores that we are able to merge. Moving the pass before scheduling avoids increasing register pressure after the scheduler, so that the scheduler's register pressure estimates will be more accurate. It also gives more consistent results, since it is no longer affected by minor scheduling changes. Reviewers: arsenm Subscribers: arsenm, kzhuravl, llvm-commits Differential Revision: https://reviews.llvm.org/D23814 llvm-svn: 279991
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud