mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 05:26:08 +00:00

PHI Node can't be modeled like other instructions since its operand number depends on predecessors. So we have a stand alone strategy for it. Signed-off-by: Peter Rong <PeterRong96@gmail.com> Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D138959