Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yancey1989 committed May 20, 2024
1 parent b98226b commit 304df75
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,13 @@ LogicalResult miscLowerHelper(OpBuilder& b, Location loc, Operation* opaque_op,
memref = cast<lmhlo::LmhloOp>(&*op).getOperation()->getOperand(1);
}

<<<<<<< Updated upstream
// for inplace scatter op, output_index according to update_index, the
// operand(2) of lmhlo::ScatterOp
=======
// for inplace scatter op, output_index according to update_index, the
// operand(2) of lmhlo::ScatterOp
>>>>>>> Stashed changes
if (isa<lmhlo::ScatterOp>(op) && isInplaceOperator(op)) {
memref = cast<lmhlo::ScatterOp>(&*op).getOperation()->getOperand(2);
}
Expand Down

0 comments on commit 304df75

Please sign in to comment.