[llvm] [SandboxIR] Implement ConstantAggregateZero (PR #107172)

Sriraman Tallam via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 15:05:02 PDT 2024


================
@@ -933,6 +935,47 @@ class ConstantVector final : public ConstantAggregate {
   }
 };
 
+class ConstantAggregateZero final : public Constant {
----------------
tmsri wrote:

//TODO: Inherit from ConstantData

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


More information about the llvm-commits mailing list