Commit 3fc277f
authored
[SLPVectorizer] Make the insert/extractvector PHICompare a strict-weak ordering (#83571)
This was tripping off STL implementations that check for it (like libc++
with debug checking). The goal of this sort is to cluster operations on
the same values so preserve that property but sort everything else based
on the existing numbering.1 parent 5bafb8d commit 3fc277f
1 file changed
Lines changed: 5 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4395 | 4395 | | |
4396 | 4396 | | |
4397 | 4397 | | |
4398 | | - | |
4399 | | - | |
4400 | | - | |
4401 | | - | |
4402 | | - | |
4403 | | - | |
| 4398 | + | |
| 4399 | + | |
4404 | 4400 | | |
4405 | 4401 | | |
4406 | 4402 | | |
4407 | 4403 | | |
4408 | | - | |
4409 | | - | |
4410 | | - | |
4411 | | - | |
4412 | | - | |
4413 | | - | |
| 4404 | + | |
| 4405 | + | |
4414 | 4406 | | |
4415 | | - | |
| 4407 | + | |
4416 | 4408 | | |
4417 | 4409 | | |
4418 | 4410 | | |
| |||
0 commit comments