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