[PATCH] D55744: [InstCombine] don't widen an arbitrary sequence of vector ops (PR40032)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 17 04:22:30 PST 2018


spatel updated this revision to Diff 178441.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:
Move vector type check into shouldChangeType() rather than asserting we have scalars.


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

https://reviews.llvm.org/D55744

Files:
  lib/Transforms/InstCombine/InstCombineCasts.cpp
  lib/Transforms/InstCombine/InstructionCombining.cpp
  test/Transforms/InstCombine/cast.ll
  test/Transforms/InstCombine/select-bitext.ll
  test/Transforms/InstCombine/vector-casts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55744.178441.patch
Type: text/x-patch
Size: 11915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181217/290b6b24/attachment.bin>


More information about the llvm-commits mailing list