This is an archive of the discontinued LLVM Phabricator instance.

lower __mm512_andnot_ps/__mm512_andnot_pd to IR
ClosedPublic

Authored by lsaba on Aug 8 2016, 6:24 AM.

Details

Summary

lower mm512_andnot_ps/mm512_andnot_pd to IR instead of using builtin_ia32_andnps512_mask/builtin_ia32_andnpd512_mask builtins

Diff Detail

Repository
rL LLVM

Event Timeline

lsaba updated this revision to Diff 67152.Aug 8 2016, 6:24 AM
lsaba retitled this revision from to lower __mm512_andnot_ps/__mm512_andnot_pd to IR.
lsaba updated this object.
lsaba added a reviewer: AsafBadouh.
lsaba set the repository for this revision to rL LLVM.
igorb accepted this revision.Aug 9 2016, 12:08 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 9 2016, 12:08 AM
lsaba edited edge metadata.Aug 9 2016, 12:20 AM
lsaba added a subscriber: cfe-commits.
This revision was automatically updated to reflect the committed changes.