Commit 7fe2c56
committed
[LV] Remove unused configuration option (llvm#82955)
Recent set of changes (PR llvm#67725) in loop interleaving algorithm caused removal of the loop trip count threshold for allowing interleaving. Therefore configuration option interleave-small-loop-scalar-reduction is no longer needed.1 parent 6ac65b9 commit 7fe2c56
File tree
2 files changed
+3
-10
lines changed- llvm
- lib/Transforms/Vectorize
- test/Transforms/LoopVectorize/PowerPC
2 files changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | 314 | | |
321 | 315 | | |
322 | 316 | | |
| |||
6045 | 6039 | | |
6046 | 6040 | | |
6047 | 6041 | | |
6048 | | - | |
6049 | | - | |
| 6042 | + | |
6050 | 6043 | | |
6051 | 6044 | | |
6052 | 6045 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments