This is an archive of the discontinued LLVM Phabricator instance.

[AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry has a different type than the shuffle itself. This is especially important for 32-bit targets with 64-bit shuffle elements.
ClosedPublic

Authored by craig.topper on Oct 16 2016, 10:06 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper retitled this revision from to [AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry has a different type than the shuffle itself. This is especially important for 32-bit targets with 64-bit shuffle elements..
craig.topper updated this object.
RKSimon accepted this revision.Oct 17 2016, 8:44 AM
RKSimon edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 17 2016, 8:44 AM
This revision was automatically updated to reflect the committed changes.