[llvm] Add new llvm.dbg.declare_value intrinsic. (PR #168132)

Felipe de Azevedo Piovezan via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 01:38:53 PST 2025


https://github.com/felipepiovezan commented:

This LGTM (left some ideas for the docs).

To take a step back, and definitely outside of anything to be changed in this PR, why do we require the value to be in the entry BB? What if a variable has a single value in the entire function but its value is only available later?

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


More information about the llvm-commits mailing list