This is an archive of the discontinued LLVM Phabricator instance.

[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
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

Diff Detail

Event Timeline

david-arm created this revision.Aug 6 2020, 9:01 AM
Herald added a project: Restricted Project. · View Herald Transcript
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
This revision was automatically updated to reflect the committed changes.