[PATCH] D72519: [LoopInfo] Support multi edge in getLoopLatch()

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 11:23:12 PST 2020


nikic planned changes to this revision.
nikic added a comment.

https://github.com/llvm/llvm-project/blob/ab72db7fc85266f094cc6b9452dd01f175c04cab/llvm/lib/Analysis/ScalarEvolutionExpander.cpp#L1300-L1325 => This piece of code in SCEVExpander breaks in practice (creating separate values for the same predecessor block).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72519





More information about the llvm-commits mailing list