[PATCH] D43431: [SelectionDAG] SimplifyDemandedVectorElts - add support for VECTOR_INSERT_ELT
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 17 08:51:22 PST 2018
craig.topper added inline comments.
================
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) {
----------------
Based on this comment, it appears to be intentional.
Repository:
rL LLVM
https://reviews.llvm.org/D43431
More information about the llvm-commits
mailing list