[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 05:39:38 PST 2025


https://github.com/AaronBallman commented:

I'm on the fence. On the one hand, it's a small amount of code to change and it fixes miscompiles, so it's a good candidate. On the other hand, there's not been much bake time and it's changing behavior in Clang that's worked that way for about 15 years as best I can tell, so I'm not certain we know if there's negative fallout.

@rjmccall @fhahn do you think this should have more bake time?

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


More information about the llvm-branch-commits mailing list