aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/unittest/UnitTestMain/TestMain.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-10-02 01:49:29 +0000
committerBob Wilson <bob.wilson@apple.com>2010-10-02 01:49:29 +0000
commitc57c220d20224ce9b6b70c813145dda73e2e61f1 (patch)
tree25a93266046256eded8602e2da51c383c69713f1 /llvm/utils/unittest/UnitTestMain/TestMain.cpp
parent2f71831cebea7e5b1e0598755c2b06aadde38bf0 (diff)
downloadllvm-c57c220d20224ce9b6b70c813145dda73e2e61f1.zip
llvm-c57c220d20224ce9b6b70c813145dda73e2e61f1.tar.gz
llvm-c57c220d20224ce9b6b70c813145dda73e2e61f1.tar.bz2
Fix a miscompile in 186.crafty for Thumb2 that was exposed by Evan's
scheduling change in svn 115121. The CriticalAntiDepBreaker had bad liveness information. It was calculating the KillIndices for one scheduling region in a basic block, rescheduling that region so the KillIndices were no longer valid, and then using those wrong KillIndices to make decisions for the next scheduling region. I've not been able to reduce a small testcase for this. Radar 8502534. llvm-svn: 115400
Diffstat (limited to 'llvm/utils/unittest/UnitTestMain/TestMain.cpp')
0 files changed, 0 insertions, 0 deletions