[llvm] Introduce DIExpressionOptimizer (PR #69769)

Shubham Sandeep Rastogi via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 09:53:19 PDT 2023


rastogishubham wrote:

Hi @pogo59 

It seems like `DIExpression::constantFold` only works on `DW_OP_LLVM_convert` operations. While this is folding mathematical expressions such as two `DW_OP_plus` in succession

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


More information about the llvm-commits mailing list