Commit 4acf4d4
File tree
Expand file treeCollapse file tree
5 files changed
+72
-71
lines changedFilter options
- llvm
- lib/Transforms/Vectorize
- test/Transforms/LoopVectorize
Expand file treeCollapse file tree
5 files changed
+72
-71
lines changedllvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp+10-16Lines changed: 10 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
490 | 490 |
|
491 | 491 |
|
492 | 492 |
|
493 |
| - |
| 493 | + |
494 | 494 |
|
495 | 495 |
|
496 | 496 |
|
| ||
2365 | 2365 |
|
2366 | 2366 |
|
2367 | 2367 |
|
2368 |
| - |
2369 |
| - |
2370 |
| - |
2371 |
| - |
2372 |
| - |
2373 |
| - |
2374 |
| - |
2375 |
| - |
| 2368 | + |
| 2369 | + |
| 2370 | + |
| 2371 | + |
| 2372 | + |
2376 | 2373 |
|
2377 | 2374 |
|
2378 | 2375 |
|
| ||
2463 | 2460 |
|
2464 | 2461 |
|
2465 | 2462 |
|
2466 |
| - |
2467 |
| - |
2468 |
| - |
2469 | 2463 |
|
2470 | 2464 |
|
2471 | 2465 |
|
| ||
7837 | 7831 |
|
7838 | 7832 |
|
7839 | 7833 |
|
7840 |
| - |
| 7834 | + |
7841 | 7835 |
|
7842 | 7836 |
|
7843 | 7837 |
|
| ||
8070 | 8064 |
|
8071 | 8065 |
|
8072 | 8066 |
|
8073 |
| - |
| 8067 | + |
| 8068 | + |
8074 | 8069 |
|
8075 | 8070 |
|
8076 | 8071 |
|
| ||
8200 | 8195 |
|
8201 | 8196 |
|
8202 | 8197 |
|
8203 |
| - |
8204 | 8198 |
|
8205 | 8199 |
|
8206 | 8200 |
|
| ||
9160 | 9154 |
|
9161 | 9155 |
|
9162 | 9156 |
|
9163 |
| - |
| 9157 | + |
9164 | 9158 |
|
9165 | 9159 |
|
9166 | 9160 |
|
|
llvm/lib/Transforms/Vectorize/VPlan.h
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/VPlan.h+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4246 | 4246 |
|
4247 | 4247 |
|
4248 | 4248 |
|
4249 |
| - |
| 4249 | + |
| 4250 | + |
4250 | 4251 |
|
4251 | 4252 |
|
4252 | 4253 |
|
|
llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
546 | 546 |
|
547 | 547 |
|
548 | 548 |
|
| 549 | + |
| 550 | + |
| 551 | + |
549 | 552 |
|
550 | 553 |
|
551 | 554 |
|
| ||
558 | 561 |
|
559 | 562 |
|
560 | 563 |
|
| 564 | + |
| 565 | + |
| 566 | + |
561 | 567 |
|
562 | 568 |
|
563 | 569 |
|
|
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1732 | 1732 |
|
1733 | 1733 |
|
1734 | 1734 |
|
1735 |
| - |
| 1735 | + |
1736 | 1736 |
|
1737 | 1737 |
|
1738 | 1738 |
|
|
0 commit comments