This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] Add support for masked shuffle comments
ClosedPublic

Authored by RKSimon on Jul 2 2016, 2:15 PM.

Details

Summary

This patch adds support for including the avx512 mask register information in the mask/maskz versions of shuffle instruction comments.

This initial version just adds support for MOVDDUP/MOVSHDUP/MOVSLDUP to reduce the mass of test regenerations, other shuffle instructions can be added in due course.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon updated this revision to Diff 62608.Jul 2 2016, 2:15 PM
RKSimon retitled this revision from to [X86][AVX512] Add support for masked shuffle comments.
RKSimon updated this object.
RKSimon added reviewers: delena, igorb, craig.topper, spatel.
RKSimon set the repository for this revision to rL LLVM.
RKSimon added a subscriber: llvm-commits.
igorb accepted this revision.Jul 3 2016, 1:08 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 3 2016, 1:08 AM
This revision was automatically updated to reflect the committed changes.