[llvm-branch-commits] [clang] [LifetimeSafety] Track per-field origins for record types (PR #195603)

Gábor Horváth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 5 03:07:58 PDT 2026


https://github.com/Xazax-hun commented:

Thanks a lot! I did not do a full review yet because before we spend too much time iterating on this, could you do some benchmarks to see if this have any performance costs?

Also it would be nice to know how big these trees can grow.

I am slo a bit surprised by the size of this PR, I expected it to be a bit larger. Are there cases where we compare the depth of two trees? Should we do full shape comparison in those cases?

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


More information about the llvm-branch-commits mailing list