[PATCH] D57247: Simply operands of masked stores and scatters based on demanded elements
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 17 09:55:54 PDT 2019
spatel added a comment.
I added the tests with baseline checks; please rebase after rL356283 <https://reviews.llvm.org/rL356283>.
This seems ok to me, but let's double-check with @RKSimon about the refactoring options.
================
Comment at: include/llvm/Analysis/VectorUtils.h:78
/// a sequence of instructions that broadcast a single value into a vector.
-const Value *getSplatValue(const Value *V);
+Value *getSplatValue(const Value *V);
----------------
Why is this changing in this patch?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57247/new/
https://reviews.llvm.org/D57247
More information about the llvm-commits
mailing list