[PATCH] D17899: [x86, AVX] optimize masked loads with constant masks
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 11:06:12 PST 2016
spatel added a comment.
In http://reviews.llvm.org/D17899#370904, @RKSimon wrote:
> 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.
Sure - I'll add something before committing. Thanks!
http://reviews.llvm.org/D17899
More information about the llvm-commits
mailing list