This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX] Add commutation support for VPERM2X128 instructions
ClosedPublic

Authored by RKSimon on Jan 24 2016, 7:49 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon updated this revision to Diff 45827.Jan 24 2016, 7:49 AM
RKSimon retitled this revision from to [X86][AVX] Add commutation support for VPERM2X128 instructions .
RKSimon updated this object.
RKSimon added reviewers: delena, andreadb, spatel.
RKSimon set the repository for this revision to rL LLVM.
RKSimon added a subscriber: llvm-commits.
delena accepted this revision.Jan 25 2016, 1:42 AM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 25 2016, 1:42 AM
This revision was automatically updated to reflect the committed changes.

Thanks Elena