[PATCH] D52439: [InstCombine] try to convert vector insert+extract to trunc

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 11:08:03 PDT 2018


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

Patch updated - no code changes, but:

1. Added crazy type example (3 x i15).
2. I committed the negative/partial negative tests along with the new test in https://reviews.llvm.org/rL343128.


https://reviews.llvm.org/D52439

Files:
  lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  test/Transforms/InstCombine/extractelement.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52439.167166.patch
Type: text/x-patch
Size: 8959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180926/b6c1f1e3/attachment.bin>


More information about the llvm-commits mailing list