mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
fa8894df7b
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. |
||
---|---|---|
.. | ||
basic32iters.ll | ||
basic.ll | ||
complex_reroll.ll | ||
external_use.ll | ||
indvar_with_ext.ll | ||
negative.ll | ||
nonconst_lb.ll | ||
ptrindvar.ll | ||
reduction.ll | ||
reroll_with_dbg.ll |