forked from OSchip/llvm-project
[mlir][arith] Remove misleading comment in EmulateWideInt. NFC.
At the request of @Mogball.
This commit is contained in:
parent
e002523b65
commit
a0debaa936
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue