[PATCH] D36601: [x86] Enable some support for lowerVectorShuffleWithUndefHalf with AVX-512
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 05:21:34 PDT 2017
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:12259
/// Lower shuffles where an entire half of a 256-bit vector is UNDEF.
/// This allows for fast cases such as subvector extraction/insertion
----------------
256 or 512-bit vector
https://reviews.llvm.org/D36601
More information about the llvm-commits
mailing list