Commit d5e7c27
committed
[SCEVExp] Remove special-case handling umul_with_overflow by 1 (NFCI).
b50ad94 added umul_with_overflow simplifications to
InstSimplifyFolder (used by SCEVExpander) and 9b1b937 added
dead instruction cleanup to SCEVExpander.
Remove special handling of umul by 1, handled automatically due to the
changes above.1 parent 770cd43 commit d5e7c27
1 file changed
+5
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2222 | 2222 | | |
2223 | 2223 | | |
2224 | 2224 | | |
2225 | | - | |
2226 | | - | |
2227 | | - | |
2228 | | - | |
2229 | | - | |
2230 | | - | |
2231 | | - | |
2232 | | - | |
2233 | | - | |
2234 | | - | |
2235 | | - | |
2236 | | - | |
2237 | | - | |
2238 | | - | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
2239 | 2230 | | |
2240 | 2231 | | |
2241 | 2232 | | |
| |||
0 commit comments