diff options
author | Utkarsh Saxena <usx@google.com> | 2025-09-25 18:11:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-25 16:11:55 +0000 |
commit | fc9369a70ecc9c260f3eb1af9cbc3ded24e9d4fb (patch) | |
tree | 9051872488bf7b42b33e464c2006d3e4e881aaed /llvm/unittests/Support/CommandLineTest.cpp | |
parent | e2cab7c031c46a4465bd7380db64a8c87ec2b5e5 (diff) | |
download | llvm-fc9369a70ecc9c260f3eb1af9cbc3ded24e9d4fb.zip llvm-fc9369a70ecc9c260f3eb1af9cbc3ded24e9d4fb.tar.gz llvm-fc9369a70ecc9c260f3eb1af9cbc3ded24e9d4fb.tar.bz2 |
[LifetimeSafety] Disable canonicalization in immutable collections (#159850)
Disable canonicalization in immutable collections for lifetime analysis.
Modified the `LifetimeFactory` struct in `LifetimeSafety.cpp` to
explicitly initialize the immutable collection factories with
`canonicalize=false`. This prevents the factories from canonicalizing
their data structures, which can improve performance by avoiding
unnecessary comparisons and digest computations.
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions