================ @@ -1290,6 +1292,97 @@ class GetElementPtrInst final : public Instruction { #endif }; +class PHINode final : public Instruction { + /// Use Context::createPHINode(). Don't call the ---------------- Sterling-Augustine wrote: done https://github.com/llvm/llvm-project/pull/101111