Commit e5b9950
authored
[SLP] Avoid adding duplicate VFs into vectorizeStores()::CandidateVFs (llvm#179296)
Small compile time improvement:
```
stage1-O3: (-0.01%)
stage1-ReleaseThinLTO (-0.00%)
stage1-ReleaseLTO-g (-0.01%)
stage1-O0-g (-0.00%)
stage1-aarch64-O3 (+0.01%)
stage1-aarch64-O0-g (-0.02%)
stage2-O3 (-0.00%)
stage2-O0-g (-0.03%)
stage2-clang (+0.00%)
```
Also changes/removes a few comments for clarity.1 parent 73417aa commit e5b9950
1 file changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24480 | 24480 | | |
24481 | 24481 | | |
24482 | 24482 | | |
24483 | | - | |
24484 | | - | |
24485 | 24483 | | |
24486 | 24484 | | |
24487 | 24485 | | |
| |||
24563 | 24561 | | |
24564 | 24562 | | |
24565 | 24563 | | |
24566 | | - | |
24567 | | - | |
24568 | | - | |
24569 | | - | |
24570 | | - | |
24571 | 24564 | | |
24572 | 24565 | | |
24573 | 24566 | | |
24574 | 24567 | | |
24575 | 24568 | | |
24576 | 24569 | | |
24577 | | - | |
| 24570 | + | |
24578 | 24571 | | |
| 24572 | + | |
| 24573 | + | |
| 24574 | + | |
| 24575 | + | |
| 24576 | + | |
24579 | 24577 | | |
24580 | 24578 | | |
24581 | 24579 | | |
| |||
0 commit comments