[llvm-branch-commits] [clang] release/20.x: [TBAA] Don't emit pointer-tbaa for void pointers. (#122116) (PR #125206)
Aaron Ballman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 18 06:22:57 PST 2025
AaronBallman wrote:
> @AaronBallman Isn't the pointer TBAA support new in Clang 20?
It changed code in https://github.com/llvm/llvm-project/blame/27fe2c95ee067ee013b947040538224187b3adb7/clang/lib/CodeGen/CodeGenTBAA.cpp#L117 which is ~15 years old.
https://github.com/llvm/llvm-project/pull/125206
More information about the llvm-branch-commits
mailing list