[mlir][arith] Remove misleading comment in EmulateWideInt. NFC.

At the request of @Mogball.
This commit is contained in:
Jakub Kuderski 2022-09-16 15:02:47 -04:00
parent e002523b65
commit a0debaa936
1 changed files with 0 additions and 2 deletions

View File

@ -566,8 +566,6 @@ struct ConvertTruncI final : OpConversionPattern<arith::TruncIOp> {
// ConvertVectorPrint
//===----------------------------------------------------------------------===//
// This is primarily a convenience conversion pattern for integration tests
// with `mlir-cpu-runner`.
struct ConvertVectorPrint final : OpConversionPattern<vector::PrintOp> {
using OpConversionPattern::OpConversionPattern;