[PATCH] D42179: [NewGVN] Re-evaluate phi of ops after moving an instr to new class
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 08:07:41 PST 2018
dberlin added a comment.
Note also that we mark all operands that are part of the expression as Deps. If the leader of those operands changed, they would already be marked as changed as Users through the addAdditionalUsers part we do.
Repository:
rL LLVM
https://reviews.llvm.org/D42179
More information about the llvm-commits
mailing list