Commit a87b3b4
[LLVM][CodeGen][AArch64] Prevent invalid extract_elt within combineStoreValueFPToInt.
This reverts a small part of llvm#147707
that triggers an isel failure because we cannot extract an >i32 element
into an i64 result.1 parent 85bad18 commit a87b3b4
File tree
2 files changed
+2
-8
lines changed- llvm
- lib/Target/AArch64
- test/CodeGen/AArch64
2 files changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23988 | 23988 | | |
23989 | 23989 | | |
23990 | 23990 | | |
23991 | | - | |
23992 | | - | |
23993 | | - | |
23994 | | - | |
23995 | | - | |
23996 | | - | |
23997 | | - | |
23998 | 23991 | | |
23999 | 23992 | | |
24000 | 23993 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments