Rllvm has `createPHI()`, but this isn't useful without the PHINode methods for adding incoming blocks and values to a Phi instruction. See the [docs on llvm::PHINode](http://llvm.org/doxygen/classllvm_1_1PHINode.html) for more details.
Rllvm has
createPHI(), but this isn't useful without the PHINode methods for adding incoming blocks and values to a Phi instruction.See the docs on llvm::PHINode for more details.