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

Maksim Levental llvmlistbot at llvm.org
Mon Dec 16 05:09:29 PST 2024


makslevental wrote:

> I see that multiple results are supported, but would it make sense here to support have different names for different results, e.g.:

Ya that's tough exactly because you need to introduce a delimiter and then split on it. And then if something about how results are grouped in the future changes, maybe another delimiter would need to be added to support that change. Ie it would create a tiny little "`NameLoc` results dsl" and that requires and actual parser. So I decided it's easier and more robust to just let the existing disambiguation system do its thing. 


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


More information about the Mlir-commits mailing list