[llvm] Handle #dbg_values in SROA. (PR #94070)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 24 02:44:33 PDT 2024


SLTozer wrote:

> Looking at the data, it's just this one benchmark being affected, so maybe there's pathological behavior it exposes that can be fixed in a more targeted way.

Just a small note on this, tramp3d-v4 has consistently been an outlier in optimized debug build times; for essentially every change we've made regarding debug intrinsics, it has shown a several-times-larger increase than other projects, seemingly because it simply generates far more intrinsics than other llvm-test-suite projects. So, I _suspect_ the difference here is not due to any pathological input, but it's still a good project to use for benchmarking in any case.


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


More information about the llvm-commits mailing list