[PATCH] D43431: [SelectionDAG] SimplifyDemandedVectorElts - add support for VECTOR_INSERT_ELT

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 17 10:27:51 PST 2018


RKSimon added a comment.

OK to commit then?



================
Comment at: test/CodeGen/X86/masked_gather_scatter.ll:756
 
 ; The base pointer is not splat, can't find unform base
 define <16 x float> @test14(float* %base, i32 %ind, <16 x float*> %vec) {
----------------
craig.topper wrote:
> Based on this comment, it appears to be intentional.
Thanks - I just wasn't sure that perhaps it was supposed to be something like splat then insert., the base isn't used at all after this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D43431





More information about the llvm-commits mailing list