1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
Roman Lebedev a30754006b [Reassociate] Guard add-like or conversion into an add with profitability check
This is slightly better compile-time wise,
since we avoid potentially-costly knownbits analysis that will
ultimately not allow us to actually do anything with said `add`.
2020-11-04 16:10:34 +03:00
..
2020-09-08 16:58:01 -07:00
2020-10-30 10:03:59 -07:00
2020-11-03 16:27:48 +00:00
2020-11-03 16:27:48 +00:00
2020-11-04 12:42:00 +01:00