This is an archive of the discontinued LLVM Phabricator instance.

AVX512: Fix pcmpeqw predicate of AVX pattern.
ClosedPublic

Authored by igorb on Feb 22 2016, 10:03 AM.

Details

Summary

AVX512: Fix predicate of AVX pcmpeqw/b , pcmpgtb/w/d instructions . AVX512 version of this instructions return result in kmask register, so AVX patterns should not be disabled.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 48703.Feb 22 2016, 10:03 AM
igorb retitled this revision from to AVX512: Fix pcmpeqw predicate of AVX pattern..
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.
igorb updated this revision to Diff 48784.Feb 23 2016, 12:01 AM

change test case

delena accepted this revision.Feb 23 2016, 12:33 AM
delena edited edge metadata.
This revision is now accepted and ready to land.Feb 23 2016, 12:33 AM
This revision was automatically updated to reflect the committed changes.