Commit 107aa6a
authored
[X86] Combine bitcast(v1Ty insert_vector_elt(X, Y, 0)) to Y (llvm#130475)
Though it only happens in v1i1 when we generate llvm.masked.load/store
intrinsics for APX cload/cstore.
https://godbolt.org/z/vjsrofsqx1 parent 2a3e782 commit 107aa6a
File tree
2 files changed
+20
-0
lines changed- llvm
- lib/Target/X86
- test/CodeGen/X86/apx
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45486 | 45486 | | |
45487 | 45487 | | |
45488 | 45488 | | |
| 45489 | + | |
| 45490 | + | |
| 45491 | + | |
| 45492 | + | |
| 45493 | + | |
45489 | 45494 | | |
45490 | 45495 | | |
45491 | 45496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
0 commit comments