[PATCH] D87661: [MemorySSA] Rename uses in blocks with Phis.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 17:23:32 PDT 2020


asbirlea added a comment.

Incorrect previous approach. The renaming needs to start at the block with the new def, but it needs to rename all blocks in the IDF, not just those with phis added.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87661



More information about the llvm-commits mailing list