Skip to content

Commit

Permalink
Register index_put and support new cases
Browse files Browse the repository at this point in the history
Differential Revision: D48245280
  • Loading branch information
Lucas Agudiez authored and facebook-github-bot committed Nov 6, 2023
1 parent 0f1ab96 commit 1c89291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ClassGen/InstrGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ int main(int argc, char **argv) {
.addOperand("Values", OperandKind::In)
.addMember(MemberType::Boolean, "Accumulate")
.addMember(MemberType::Int64, "NumIndices")
.addMember(MemberType::Int64, "StartDim")
.inplaceOperand({"Dest", "Input"})
.autoVerify(VerifyKind::NoVerify);
//===--------------------------------------------------------------------===//
Expand Down

0 comments on commit 1c89291

Please sign in to comment.