SLTozer wrote: I've updated the implementation to use parentheses - change is: ``` Old: #dbg_value { i32 %a, !12, !DIExpression(), !14 } New: #dbg_value(i32 %a, !12, !DIExpression(), !14) ``` https://github.com/llvm/llvm-project/pull/79281