[Mlir-commits] [mlir] [mlir] Fix bug that prevents application of PrintingFlags in Location (PR #119373)
Mehdi Amini
llvmlistbot at llvm.org
Wed Dec 11 12:12:03 PST 2024
joker-eph wrote:
It is a strong concern to me that pass-options must roundtrip.
It does not seem really difficult though, very mechanical, see: https://github.com/joker-eph/llvm-project/commit/ceb4834144a9d221451395a04f84f984e7225cb1
More importantly, most of these are irrelevant, so I believe we can prune this down to: https://github.com/joker-eph/llvm-project/commit/94a549631f252ba324dfebd64547df2eefb9bcd5
Does this achieve what you're after?
https://github.com/llvm/llvm-project/pull/119373
More information about the Mlir-commits
mailing list