Skip to content

Commit

Permalink
Update lib/Dialect/AIE/Transforms/AIEObjectFifoStatefulTransform.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AndraBisca and github-actions[bot] authored Oct 23, 2024
1 parent 9b090eb commit 6713587
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Dialect/AIE/Transforms/AIEObjectFifoStatefulTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,8 @@ struct AIEObjectFifoStatefulTransformPass
if (opAlloc) {
TileOp delegate = opAlloc.getDelegateTileOp();
int shareDir;
bool hasSharedMemory =
isSharedMemory(op.getProducerTileOp(),
delegate, &shareDir);
bool hasSharedMemory =
isSharedMemory(op.getProducerTileOp(), delegate, &shareDir);
if (hasSharedMemory)
creation_tile = delegate;
else
Expand Down

0 comments on commit 6713587

Please sign in to comment.