This is an archive of the discontinued LLVM Phabricator instance.

AVX512BW : Fix SRA v64i8 lowering.
ClosedPublic

Authored by igorb on Mar 16 2016, 12:35 AM.

Details

Summary

AVX512BW: Fix SRA v64i8 lowering. Use PCMPGTM (cmp result in k register) for 512bit vector because PCMPGT supported only for 128/256bit.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 50799.Mar 16 2016, 12:35 AM
igorb retitled this revision from to AVX512BW : Fix SRA v64i8 lowering..
igorb updated this object.
igorb added reviewers: AsafBadouh, delena.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
AsafBadouh accepted this revision.Mar 16 2016, 1:00 AM
AsafBadouh edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 16 2016, 1:00 AM
This revision was automatically updated to reflect the committed changes.