[PATCH] D21899: [InstCombine] extend (select X, C1, C2 --> ext X) to vectors

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 10:08:20 PDT 2016


spatel updated this revision to Diff 62898.
spatel added a comment.

Patch updated:
Added assert for i1 types (vectors should be handled after http://reviews.llvm.org/rL274465).


http://reviews.llvm.org/D21899

Files:
  lib/Transforms/InstCombine/InstCombineSelect.cpp
  test/Transforms/InstCombine/apint-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21899.62898.patch
Type: text/x-patch
Size: 5652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/39358bf5/attachment.bin>


More information about the llvm-commits mailing list