This is an archive of the discontinued LLVM Phabricator instance.

AVX512BW: Enable AND/OR/XOR vector byte/word packed operation.
ClosedPublic

Authored by igorb on Dec 21 2015, 6:38 AM.

Details

Reviewers
delena
Summary

AVX512BW: Enable AND/OR/XOR vector byte/word packed operation by promoting to qword that natively supported.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 43368.Dec 21 2015, 6:38 AM
igorb retitled this revision from to AVX512BW: Enable AND/OR/XOR vector byte/word packed operation..
igorb updated this object.
igorb added a reviewer: delena.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
delena accepted this revision.Dec 21 2015, 6:41 AM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 21 2015, 6:41 AM
igorb closed this revision.Dec 22 2015, 5:20 AM

Closed by commit rL256157: AVX512BW: Enable AND/OR/XOR vector byte/word paked operation...