Fixed an incorrect pattern in lib/Target/AArch64/AArch64SVEInstrInfo.td
for storing out <vscale x 2 x f32> unpacked scalable vectors. Added
a couple of tests to
test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
Paths
| Differential D85441
[SVE][CodeGen] Fix bug with store of unpacked FP scalable vectors ClosedPublic Authored by david-arm on Aug 6 2020, 9:01 AM.
Details Summary Fixed an incorrect pattern in lib/Target/AArch64/AArch64SVEInstrInfo.td test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
Diff Detail
Event Timelinedavid-arm added a child revision: D84937: [SVE][CodeGen] Fix scalable vector issues in DAGTypeLegalizer::GenWidenVectorStores. This revision is now accepted and ready to land.Aug 6 2020, 12:04 PM This revision was landed with ongoing or failed builds.Aug 6 2020, 11:19 PM Closed by commit rG0905d9f31ead: [SVE][CodeGen] Fix bug with store of unpacked FP scalable vectors (authored by david-arm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283816 llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
|