Commit 901cd3b
Sjoerd Meijer
[LV] PreferPredicateOverEpilog respecting option
Follow-up of cb47b87: don't query TTI->preferPredicateOverEpilogue when
option -prefer-predicate-over-epilog is set to false, i.e. when we prefer not
to predicate the loop.
Differential Revision: https://reviews.llvm.org/D703821 parent 8cf8ec4 commit 901cd3b
File tree
2 files changed
+23
-1
lines changed- llvm
- lib/Transforms/Vectorize
- test/Transforms/LoopVectorize/ARM
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7429 | 7429 | | |
7430 | 7430 | | |
7431 | 7431 | | |
| 7432 | + | |
| 7433 | + | |
| 7434 | + | |
7432 | 7435 | | |
7433 | 7436 | | |
7434 | 7437 | | |
7435 | 7438 | | |
7436 | 7439 | | |
7437 | 7440 | | |
7438 | 7441 | | |
7439 | | - | |
| 7442 | + | |
| 7443 | + | |
7440 | 7444 | | |
7441 | 7445 | | |
7442 | 7446 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
| |||
186 | 198 | | |
187 | 199 | | |
188 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
189 | 207 | | |
190 | 208 | | |
191 | 209 | | |
| |||
0 commit comments