[PATCH] D26678: [X86] Remove dead code from LowerVectorBroadcast

Zvi Rackover via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 08:48:47 PST 2016


zvi created this revision.
zvi added reviewers: andreadb, craig.topper, delena.
zvi added a subscriber: llvm-commits.
zvi set the repository for this revision to rL LLVM.

Splat vectors are canonicalized to BUILD_VECTOR's so the code can be simplified. NFC-ish.


Repository:
  rL LLVM

https://reviews.llvm.org/D26678

Files:
  lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26678.78014.patch
Type: text/x-patch
Size: 4322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161115/60884f59/attachment.bin>


More information about the llvm-commits mailing list