This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Support fewerElementsVector for icmp/fcmp
ClosedPublic

Authored by arsenm on Jan 8 2019, 7:09 PM.

Details

Summary

Also legalize 64-bit compares for AMDGPU

Diff Detail

Event Timeline

arsenm created this revision.Jan 8 2019, 7:09 PM
arsenm updated this revision to Diff 182460.Jan 17 2019, 10:12 PM

Move to function

aemerson accepted this revision.Jan 24 2019, 3:23 PM

LGTM with nit.

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
1239

Check for a power of 2 size?

This revision is now accepted and ready to land.Jan 24 2019, 3:23 PM
arsenm marked an inline comment as done.Jan 24 2019, 6:38 PM
arsenm added inline comments.
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
1239

That's already checked below

arsenm closed this revision.Jan 24 2019, 6:59 PM

r352157