Commit f3d93f5
authored
[LV] Don't access loop after executePlan in native path (NFC). (llvm#191277)
Bring native path in line with inner loop path: the loop may become
invalid once we are able to remove the scalar loop in the native path as
well. Match inner loop behavior by reporting vectorization before
executePlan, and using F instead of L->getHeader()->getParent().1 parent a0f0d63 commit f3d93f5
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8661 | 8661 | | |
8662 | 8662 | | |
8663 | 8663 | | |
8664 | | - | |
8665 | | - | |
| 8664 | + | |
| 8665 | + | |
8666 | 8666 | | |
8667 | 8667 | | |
8668 | 8668 | | |
8669 | 8669 | | |
8670 | 8670 | | |
8671 | 8671 | | |
| 8672 | + | |
| 8673 | + | |
8672 | 8674 | | |
8673 | 8675 | | |
8674 | 8676 | | |
8675 | | - | |
8676 | | - | |
8677 | | - | |
| 8677 | + | |
8678 | 8678 | | |
8679 | 8679 | | |
8680 | 8680 | | |
| |||
0 commit comments