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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 16:41:51 PDT 2020


efriedma added a comment.

It looks like this is a regression from https://reviews.llvm.org/D79068 .

Yes, when we're doing PHI translation in MemorySSA, we have to consider if there are cycles.  Not sure what the algorithm needs to look like off the top of my head.


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