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

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 10:30:59 PDT 2024


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

I fixed (and simplified) the ascii art in the latest version I pushed.

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


More information about the llvm-commits mailing list