This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Implement missing patterns for any_extend load lowering.
ClosedPublic

Authored by igorb on May 22 2016, 12:31 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 58049.May 22 2016, 12:31 AM
igorb retitled this revision from to [AVX512] Implement missing patterns for any_extend load lowering..
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.May 22 2016, 1:10 AM
delena edited edge metadata.

One minor comment. LGTM.

lib/Target/X86/X86ISelLowering.cpp
1510

If you postpone implementation of AVX2, please put FIXME.
Otherwise these commands are available on AVX2 and SSE.

This revision is now accepted and ready to land.May 22 2016, 1:10 AM
This revision was automatically updated to reflect the committed changes.