[Mlir-commits] [flang] [mlir] [mlir] add option to print SSA IDs using `NameLoc`s as prefixes (PR #119996)

Maksim Levental llvmlistbot at llvm.org
Tue Dec 17 07:34:53 PST 2024


makslevental wrote:

> Does this change make sense without the parser changes?

Yes - it's exactly architected in this way to minimize coupling to the parser and be useful on its own such that if no parser changes are made, it's still "good enough".

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


More information about the Mlir-commits mailing list