Commit eec87bf
committed
[RISCV][GISel] Fallback to SelectionDAG for vleff intrinsics.
Fixes #167618
Supporting this in GISel requires multiple changes to IRTranslator
to support aggregate returns containing scalable vectors and
non-scalable types. Falling back is the quickest way to fix the crash.1 parent a799a8e commit eec87bf
File tree
2 files changed
+19
-2
lines changed- llvm
- lib/Target/RISCV
- test/CodeGen/RISCV/GlobalISel/irtranslator
2 files changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25418 | 25418 | | |
25419 | 25419 | | |
25420 | 25420 | | |
25421 | | - | |
25422 | | - | |
| 25421 | + | |
| 25422 | + | |
| 25423 | + | |
| 25424 | + | |
25423 | 25425 | | |
25424 | 25426 | | |
25425 | 25427 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments