This commit is contained in:
@@ -49,7 +49,8 @@ struct PlannedPhysicalSlot {
|
||||
};
|
||||
|
||||
llvm::SmallVector<LocalAllocInterval, 0> buildLocalAllocIntervals(mlir::Operation* coreLikeOp,
|
||||
std::optional<unsigned> lane);
|
||||
std::optional<unsigned> lane,
|
||||
bool includeAliasDescriptions = true);
|
||||
|
||||
llvm::SmallVector<PlannedPhysicalSlot, 0> planPhysicalSlots(llvm::MutableArrayRef<LocalAllocInterval> intervals);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user