[PATCH] D81004: [MemorySSA] Skip phi translation for phis in cycles (WIP).

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 11:36:06 PDT 2020


efriedma added a comment.

Checking LoopInfo is a bad idea; even if LoopInfo doesn't detect any loops, there can still be CFG cycles.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81004





More information about the llvm-commits mailing list