Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
newling committed Aug 28, 2024
1 parent b3a261a commit f1d080d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ LogicalResult createLogicalObjectFifoLink(
auto sourceLogicalObjectFifo =
dyn_cast<AMDAIE::LogicalObjectFifoFromMemrefOp>(
stridedOp.getSource().getDefiningOp());
if (!sourceLogicalObjectFifo) {
return stridedOp->emitOpError(
"does not have a `LogicalObjectFifoFromMemrefOp` as source");
}
if (!lastUserOp || lastUserOp->isBeforeInBlock(stridedOp)) {
lastUserOp = stridedOp;
}
Expand Down

0 comments on commit f1d080d

Please sign in to comment.