1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Transforms/LoopReroll
Nikita Popov fa8894df7b [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
..
basic32iters.ll
basic.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