[PATCH] D42179: [NewGVN] Re-evaluate phi of ops after moving an instr to new class

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 21 15:40:07 PST 2018


fhahn added a comment.

> In other words, if the leader for expression E changes, I should get re-processed. Does that make sense?

Something stronger should also hold I think: if the leader of any operand of E changes, I should get re-processed.


Repository:
  rL LLVM

https://reviews.llvm.org/D42179





More information about the llvm-commits mailing list