diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-07-24 00:39:05 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-07-24 00:39:05 +0000 |
commit | 70017e44cdba1946cc478ce1856a3e855a767e28 (patch) | |
tree | ef5e6bbd2fb805590c74cb63fa6205b11a56a928 /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 3c8e1bee6399e829eda801a32158c1f52d2733ad (diff) |
Add an ILP scheduler. This is a register pressure aware scheduler that's
appropriate for targets without detailed instruction iterineries.
The scheduler schedules for increased instruction level parallelism in
low register pressure situation; it schedules to reduce register pressure
when the register pressure becomes high.
On x86_64, this is a win for all tests in CFP2000. It also sped up 256.bzip2
by 16%.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
0 files changed, 0 insertions, 0 deletions