This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Fix call lowering for <3 x i32> vector arguments
ClosedPublic

Authored by Petar.Avramovic on Jul 6 2022, 5:50 AM.

Diff Detail

Event Timeline

Petar.Avramovic created this revision.Jul 6 2022, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 5:51 AM
Petar.Avramovic requested review of this revision.Jul 6 2022, 5:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 5:51 AM
arsenm added inline comments.Jul 7 2022, 11:12 AM
llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-vectors.ll
83

Do we have a test for the incoming side already?

Petar.Avramovic added inline comments.Jul 7 2022, 3:28 PM
llvm/test/CodeGen/AArch64/GlobalISel/call-lowering-vectors.ll
83

There is one above, BL @bar.

arsenm accepted this revision.Jul 7 2022, 3:30 PM
This revision is now accepted and ready to land.Jul 7 2022, 3:30 PM
This revision was landed with ongoing or failed builds.Jul 8 2022, 1:26 AM
This revision was automatically updated to reflect the committed changes.