[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 13:05:26 PDT 2020


lebedev.ri added a comment.

Hmm, i will follow-up with the same for `extractvalue`, i have an inkling suspicion
that it might just be enough to catch (some?) remaining interesting cases, and maybe spare me
from having to make `InstCombinerImpl::foldAggregateConstructionIntoAggregateReuse()` more recursive.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86306



More information about the llvm-commits mailing list