[Mlir-commits] [mlir] [mlir] Fix bug that prevents application of PrintingFlags in Location (PR #119373)

Michael Jungmair llvmlistbot at llvm.org
Tue Dec 10 05:37:54 PST 2024


jungmair wrote:

> Thanks for the fix! Is this something that we can exercise with a test?

In theory yes, but IMO it is 1) highly unlikely that there will be a regression 2) requires a bit more effort because the flags are not exposed with mlir-opt and thus would require writing a C++ application that uses it with flags.

https://github.com/llvm/llvm-project/pull/119373


More information about the Mlir-commits mailing list