Drop usage of emitRemark and use notifyMatchFailure instead to
avoid unnecessary spew during compilation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
nice cleanup!
mlir/test/Dialect/Linalg/reshape_linearization_fusion.mlir | ||
---|---|---|
1 | I think we can also delete -verify-diagnostics because the below one is the only expected-* in this file. (I think we should only use -verify-diagnostics in invalid.mlir tests) |
I think we can also delete -verify-diagnostics because the below one is the only expected-* in this file. (I think we should only use -verify-diagnostics in invalid.mlir tests)