summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/loop-strength-reduce6.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-24 15:04:11 +0000
committerDan Gohman <gohman@apple.com>2010-06-24 15:04:11 +0000
commitdf6b33e77887ca1f70275718bf4abd50daad9501 (patch)
treec35c37e04085da5015cb8fe6f69858ef760beac5 /llvm/test/CodeGen/X86/loop-strength-reduce6.ll
parent218f5541b2598f82821a89524c52857207b21584 (diff)
downloadbcm5719-llvm-df6b33e77887ca1f70275718bf4abd50daad9501.tar.gz
bcm5719-llvm-df6b33e77887ca1f70275718bf4abd50daad9501.zip
Eliminate the first have of the optimization which eliminates BRCOND
when the condition is constant. This optimization shouldn't be necessary, because codegen shouldn't be able to find dead control paths that the IR-level optimizer can't find. And it's undesirable, because it encourages bugpoint to leave "br i1 false" branches in its output. And it wasn't updating the CFG. I updated all the tests I could, but some tests are too reduced and I wasn't able to meaningfully preserve them. llvm-svn: 106748
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-strength-reduce6.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud