forked from OSchip/llvm-project
parent
970a547554
commit
f3bfcf9748
|
@ -1532,7 +1532,7 @@ semantics.</p>
|
|||
from the target code. The most traditional PHI deconstruction
|
||||
algorithm replaces PHI instructions with copy instructions. That is
|
||||
the strategy adopted by LLVM. The SSA deconstruction algorithm is
|
||||
implemented in n<tt>lib/CodeGen/>PHIElimination.cpp</tt>. In order to
|
||||
implemented in <tt>lib/CodeGen/PHIElimination.cpp</tt>. In order to
|
||||
invoke this pass, the identifier <tt>PHIEliminationID</tt> must be
|
||||
marked as required in the code of the register allocator.</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue