forked from OSchip/llvm-project
611d645a08
Guard widening should not spend efforts on dealing with guards with trivial true/false conditions. Such guards can easily be eliminated by any further cleanup pass like instcombine. However we should not unconditionally delete them because it may be profitable to widen other conditions into such guards. Differential Revision: https://reviews.llvm.org/D50247 Reviewed By: fedor.sergeev llvm-svn: 340381 |
||
---|---|---|
.. | ||
basic.ll | ||
loop-schedule.ll | ||
range-check-merging.ll | ||
widen-frequent-branches.ll |