Skip to content

Commit

Permalink
Merge pull request #1133 from ZenithalHourlyRate:fix-modarith-constan…
Browse files Browse the repository at this point in the history
…t-dump

PiperOrigin-RevId: 701960816
  • Loading branch information
copybara-github committed Dec 2, 2024
2 parents e6015e0 + 14dfe84 commit 7682bda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Dialect/ModArith/IR/ModArithDialect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ void ConstantOp::print(OpAsmPrinter &p) {
LogicalResult ConstantOp::inferReturnTypes(
mlir::MLIRContext *context, std::optional<mlir::Location> loc,
ConstantOpAdaptor adaptor, llvm::SmallVectorImpl<mlir::Type> &returnTypes) {
adaptor.getValue().dump();
returnTypes.push_back(adaptor.getValue().getType());
return success();
}
Expand Down

0 comments on commit 7682bda

Please sign in to comment.