[llvm] [SandboxIR] Implement PHINodes (PR #101111)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 13:34:20 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list