Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/test/CodeGen/AArch64/sve-insert-vector.ll | ||
|---|---|---|
| 557 | I don't get this. <vscale x 4 x i1> doesn't have the right layout; it has padding bits in between each value bit. | |
Comment Actions
Removed erroneous fold, and implemented the operation as operation-lowering instead of a DAGCombine.
| llvm/test/CodeGen/AArch64/sve-insert-vector.ll | ||
|---|---|---|
| 557 | You're right, I had my wires crossed here, thanks for pointing out! | |
I don't get this. <vscale x 4 x i1> doesn't have the right layout; it has padding bits in between each value bit.