This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Legalize vector G_PTR_ADD and enable selection.
ClosedPublic

Authored by aemerson on Jun 8 2020, 12:16 PM.

Details

Summary

For selection, we need to add support for vectors in the PTR_ADD conversion function.

Diff Detail

Event Timeline

aemerson created this revision.Jun 8 2020, 12:16 PM
paquette added inline comments.Jun 8 2020, 2:24 PM
llvm/test/CodeGen/AArch64/GlobalISel/select-ptr-add.mir
2

IOS prefix isn't used?

3–10

Do you actually need the IR here?

aemerson updated this revision to Diff 269374.Jun 8 2020, 4:02 PM

Update test.

paquette accepted this revision.Jun 9 2020, 9:05 AM

LGTM

This revision is now accepted and ready to land.Jun 9 2020, 9:05 AM
This revision was automatically updated to reflect the committed changes.