[llvm-branch-commits] [clang] release/19.x: [clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138) (PR #111953)

Eli Friedman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 11 12:02:53 PDT 2024


https://github.com/efriedma-quic approved this pull request.

LGTM

I'm a little concerned about messing with datastructures in headers, but I think, since the headers in question aren't exposed in clang/include, this doesn't have any visible ABI effect.

Otherwise this is a pretty safe refactoring.

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


More information about the llvm-branch-commits mailing list