This is an archive of the discontinued LLVM Phabricator instance.

[X86][AVX512] Add masked MOVS[S|D] paatterns
AbandonedPublic

Authored by guyblank on Jul 26 2017, 9:04 AM.

Details

Summary

The only mask bit used by masked scalar MOV is the lower bit, so no need to and with 1 before passing the mask. Add patterns to recognize that.

Diff Detail

Event Timeline

guyblank abandoned this revision.Jul 26 2017, 9:04 AM
guyblank created this revision.

forgot llvm-commits