[PATCH] D17899: [x86, AVX] optimize masked loads with constant masks

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 11:01:49 PST 2016


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM

Would it be possible to add some additional tests with the undef pass through? The ones I can see are already special cases (i.e. an all true mask), for non-legal types or for types that don't naturally have a masked load op.


http://reviews.llvm.org/D17899





More information about the llvm-commits mailing list