summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-24 06:11:37 +0000
committerChris Lattner <sabre@nondot.org>2010-02-24 06:11:37 +0000
commitdf8a8a8c6f4d528084c55aa4c690098774a49100 (patch)
treef4535528d5b09c3e95d5b95856be70c512fda875 /llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
parentf0485ed9acbb955ec62c178e7767ba21eeaa780a (diff)
downloadbcm5719-llvm-df8a8a8c6f4d528084c55aa4c690098774a49100.tar.gz
bcm5719-llvm-df8a8a8c6f4d528084c55aa4c690098774a49100.zip
Change the scheduler from adding nodes in allnodes order
to adding them in a determinstic order (bottom up from the root) based on the structure of the graph itself. This updates tests for some random changes, interesting bits: CodeGen/Blackfin/promote-logic.ll no longer crashes. I have no idea why, but that's good right? CodeGen/X86/2009-07-16-LoadFoldingBug.ll also fails, but now compiles to have one fewer constant pool entry, making the expected load that was being folded disappear. Since it is an unreduced mass of gnast, I just removed it. This fixes PR6370 llvm-svn: 97023
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud