[Mlir-commits] [mlir] [mlir][Transforms] Mark 1:N conversion driver as deprecated (PR #121102)
Matthias Springer
llvmlistbot at llvm.org
Thu Jan 2 07:08:21 PST 2025
matthias-springer wrote:
`applyPartialOneToNConversion` and a few others are still used in a test case of the 1:N conversion driver. (Not an application of the conversion driver, but the conversion driver itself.) Is there a way to mark it as "deprecated" without removing the test cases? Ideally, I'd like to remove `applyPartialOneToNConversion` and its tests at the same time to avoid a (temporary) gap in test coverage.
https://github.com/llvm/llvm-project/pull/121102
More information about the Mlir-commits
mailing list