llvm-project/llvm/test/Transforms/LoopReroll
Nikita Popov 0dda633317 [SCEV] Strength nowrap flags after constant folding
We should first try to constant fold the add expression and only
strengthen nowrap flags afterwards. This allows us to determine
stronger flags if e.g. only two operands are left after constant
folding (and thus "guaranteed no wrap region" code applies) or the
resulting operands are non-negative and thus nsw->nuw strengthening
applies.
2020-10-25 18:00:22 +01:00
..
basic.ll [LoopReroll][NewPM] Port -loop-reroll to NPM 2020-09-25 12:09:06 -07:00
basic32iters.ll
complex_reroll.ll
external_use.ll
indvar_with_ext.ll
negative.ll
nonconst_lb.ll [SCEV] Strength nowrap flags after constant folding 2020-10-25 18:00:22 +01:00
ptrindvar.ll
reduction.ll
reroll_with_dbg.ll