[PATCH] D89978: Fix SROA with a PHI mergig values from a same block

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 12:52:17 PDT 2020


rampitec updated this revision to Diff 300765.
rampitec marked 2 inline comments as done.
rampitec added a comment.

Reuse a value for the same block instead of bailing.


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

https://reviews.llvm.org/D89978

Files:
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/test/Transforms/SROA/phi-gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89978.300765.patch
Type: text/x-patch
Size: 4305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/62860989/attachment.bin>


More information about the llvm-commits mailing list