[PATCH] D109537: [InstCombine] move extend after insertelement if both operands are extended

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 15 06:31:49 PDT 2021


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

Patch updated:
I missed moving the code comment above the hasOneUse() check in the previous draft.


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

https://reviews.llvm.org/D109537

Files:
  llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
  llvm/test/Transforms/InstCombine/insert-ext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109537.372695.patch
Type: text/x-patch
Size: 6279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210915/eb8bcf35/attachment.bin>


More information about the llvm-commits mailing list