Displaying 2 results from an estimated 2 matches for "a8769eaa".
2016 Dec 12
2
Enabling scalarized conditional stores in the loop vectorizer
Hi,
I'd like to enable the scalarized conditional stores feature in the loop
vectorizer (-enable-cond-stores-vec=true). The feature allows us to
vectorize loops containing conditional stores that must be scalarized and
predicated in the vectorized loop.
Note that this flag does not affect the decision to generate masked vector
stores. That is a separate feature and is guarded by a TTI hook.
2016 Dec 13
0
Enabling scalarized conditional stores in the loop vectorizer
...test the
> feature on your target, please report any significant regressions and
> improvements you find.
>
> Thanks!
>
> -- Matt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161212/a8769eaa/attachment-0001.html>