This repository was archived by the owner on Mar 28, 2020. It is now read-only.
Commit 2be6538
Revert -r278269 [IndVarSimplify] Eliminate zext of a signed IV when the IV is known to be non-negative
This change needs to be reverted in order to revert -r278267 which cause performance regression on MultiSource/Benchmarks/TSVC/Symbolics-flt/Symbolics-flt from LNT and some other bechmarks.
See comments on https://reviews.llvm.org/D18777 for details.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279432 91177308-0d34-0410-b5e6-96231b3b80d81 parent db16b4f commit 2be6538
File tree
2 files changed
+2
-89
lines changed- lib/Transforms/Scalar
- test/Transforms/IndVarSimplify
2 files changed
+2
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
1290 | 1289 | | |
1291 | 1290 | | |
1292 | 1291 | | |
1293 | | - | |
1294 | | - | |
| 1292 | + | |
1295 | 1293 | | |
1296 | 1294 | | |
1297 | 1295 | | |
| |||
1380 | 1378 | | |
1381 | 1379 | | |
1382 | 1380 | | |
1383 | | - | |
1384 | | - | |
1385 | 1381 | | |
1386 | 1382 | | |
1387 | | - | |
1388 | | - | |
| 1383 | + | |
1389 | 1384 | | |
1390 | 1385 | | |
1391 | 1386 | | |
| |||
This file was deleted.
0 commit comments