summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-01-08 08:24:46 +0000
committerChris Lattner <sabre@nondot.org>2011-01-08 08:24:46 +0000
commit8c5defd0b0efbfeb62ff8406af6483a6f36b5981 (patch)
treed325e9fb097a5255e2a3696f12cfcf98fcc67ebe /llvm/lib/Bitcode
parent75c82cb594a10aaa16a0f2f93269c40e3db12767 (diff)
downloadbcm5719-llvm-8c5defd0b0efbfeb62ff8406af6483a6f36b5981.tar.gz
bcm5719-llvm-8c5defd0b0efbfeb62ff8406af6483a6f36b5981.zip
Have loop-rotate simplify instructions (yay instsimplify!) as it clones
them into the loop preheader, eliminating silly instructions like "icmp i32 0, 100" in fixed tripcount loops. This also better exposes the bigger problem with loop rotate that I'd like to fix: once this has been folded, the duplicated conditional branch *often* turns into an uncond branch. Not aggressively handling this is pessimizing later loop optimizations somethin' fierce by making "dominates all exit blocks" checks fail. llvm-svn: 123060
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud