[PATCH] D16828: [x86] convert masked store of one element to scalar store
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 12:28:16 PST 2016
spatel added a comment.
In http://reviews.llvm.org/D16828#343354, @spatel wrote:
> Patch updated:
>
> 1. Converted getOneTrueElt() into a lambda.
On 2nd thought, we're going to need that exact function for the sibling patch for masked loads. I suppose it's good form to keep it this way for now, but I think it's going to get pulled back out soon enough.
http://reviews.llvm.org/D16828
More information about the llvm-commits
mailing list