[PATCH] D123993: [MachineSink][NFC] delete some useless code

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 10:32:56 PDT 2022


MatzeB added a comment.

For PHI instruction the values have to dominate the end of the predecessor block for the respective PHI input; you don't necessarily have to dominate the PHI itself.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123993



More information about the llvm-commits mailing list