[PATCH] D57247: Simply operands of masked stores and scatters based on demanded elements
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 11:45:12 PST 2019
reames added a comment.
In D57247#1371550 <https://reviews.llvm.org/D57247#1371550>, @RKSimon wrote:
> Would it be better to put this inside InstCombiner::SimplifyDemandedVectorElts so we can also simplify the mask based on the demanded elts from its user(s)?
Is that idiomatic for a void result instruction? I thought SimplifyDemandedVectorElts expected to be given a value of vector type?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57247/new/
https://reviews.llvm.org/D57247
More information about the llvm-commits
mailing list