Commit 5dd1600
authored
[X86] Handle VPMADD52L for smaller min-legal-vector-width (llvm#183250)
There is crash as below https://godbolt.org/z/qdE1EE4Y9, After
llvm#171760 .
```
ReplaceNodeResults: t32: v8i64 = X86ISD::VPMADD52L t10, t22, t2
Do not know how to custom type legalize this operation!
```
For ```"min-legal-vector-width"="512"```, it works fine, but for smaller
value it is crash.1 parent 1ccb026 commit 5dd1600
2 files changed
Lines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34277 | 34277 | | |
34278 | 34278 | | |
34279 | 34279 | | |
| 34280 | + | |
| 34281 | + | |
| 34282 | + | |
| 34283 | + | |
| 34284 | + | |
| 34285 | + | |
| 34286 | + | |
| 34287 | + | |
| 34288 | + | |
| 34289 | + | |
| 34290 | + | |
| 34291 | + | |
| 34292 | + | |
| 34293 | + | |
| 34294 | + | |
| 34295 | + | |
| 34296 | + | |
| 34297 | + | |
34280 | 34298 | | |
34281 | 34299 | | |
34282 | 34300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
0 commit comments