add pim.vmm verifier and fix vmm lowering
reuse code for subviews
This commit is contained in:
@@ -29,7 +29,7 @@ struct MemoryReportRow {
|
||||
|
||||
bool operator==(const MemoryReportRow& other) const {
|
||||
return numAlloca == other.numAlloca && sizeAlloca == other.sizeAlloca && numGlobal == other.numGlobal
|
||||
&& sizeGlobal == other.sizeGlobal;
|
||||
&& sizeGlobal == other.sizeGlobal;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user