aboutsummaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-13 23:25:11 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-13 23:25:11 +0000
commit61230d18d21a5dca1378e994f43934e4b314e595 (patch)
tree18a7736d2d6b2a3ef6b393b6d362d734261d5ac8 /docs/SourceLevelDebugging.html
parenta13fd108f2c77adc60045859f1df4923b59a9d10 (diff)
Try schedule def + use closer whne Sethi-Ullman numbers are the same.
e.g. t1 = op t2, c1 t3 = op t4, c2 and the following instructions are both ready. t2 = op c3 t4 = op c4 Then schedule t2 = op first. i.e. t4 = op c4 t2 = op c3 t1 = op t2, c1 t3 = op t4, c2 This creates more short live intervals which work better with the register allocator. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
0 files changed, 0 insertions, 0 deletions