This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Legalize vector G_ICMP
ClosedPublic

Authored by aemerson on Apr 8 2019, 6:32 PM.

Details

Summary

Legalize vector G_ICMP.

Selection support will be coming in a later patch.

Diff Detail

Event Timeline

aemerson created this revision.Apr 8 2019, 6:32 PM
paquette accepted this revision.Apr 9 2019, 9:41 AM

LGTM aside from question

llvm/test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir
2

Why this change?

This revision is now accepted and ready to land.Apr 9 2019, 9:41 AM
aemerson marked an inline comment as done.Apr 9 2019, 9:52 AM
aemerson added inline comments.
llvm/test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir
2

I think it's a leftover change from a previous version, I'll remove it.

This revision was automatically updated to reflect the committed changes.