[llvm] [SandboxIR] Implement CallBase and CallInst (PR #100218)

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 10:14:41 PDT 2024


================
@@ -1010,7 +1202,7 @@ class Context {
   size_t getNumValues() const { return LLVMValueToValueMap.size(); }
 };
 
-class Function : public sandboxir::Value {
+class Function : public Constant {
----------------
alinas wrote:

Why does Function inherit from Constant? (ascii art above has Function twice now?)

https://github.com/llvm/llvm-project/pull/100218


More information about the llvm-commits mailing list