[PATCH] D60852: Fix for bug 41512: lower INSERT_VECTOR_ELT(ZeroVec, 0, Elt) to SCALAR_TO_VECTOR(Elt) for all SSE flavors

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 03:16:17 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL359545: Fix for bug 41512: lower INSERT_VECTOR_ELT(ZeroVec, 0, Elt) to SCALAR_TO_VECTOR… (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60852?vs=197262&id=197283#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60852/new/

https://reviews.llvm.org/D60852

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/insertelement-zero.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60852.197283.patch
Type: text/x-patch
Size: 6701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/b906cd48/attachment.bin>


More information about the llvm-commits mailing list