[PATCH] D86306: [InstCombine] PHI-of-insertvalues -> insertvalue-of-PHI's

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 12:46:23 PDT 2020


lebedev.ri updated this revision to Diff 287474.
lebedev.ri marked 4 inline comments as done.
lebedev.ri added a comment.

@spatel thank you for taking a look!
Addressing review comments.
I don't believe there are any sharp edges under the water in this case, it really should be that simple.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86306

Files:
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
  llvm/test/Transforms/InstCombine/phi-aware-aggregate-reconstruction.ll
  llvm/test/Transforms/InstCombine/phi-of-insertvalues.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86306.287474.patch
Type: text/x-patch
Size: 8771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200824/a0385d09/attachment.bin>


More information about the llvm-commits mailing list