AaronBallman wrote: > Without the pointer-tbaa changes (which is new on by default in Clang 20), we > would always generate `any pointer`. Without this fix, we will generate > different tags for different `void` pointer depths. > > With this fix, we will generate `any pointer` again for `void` pointers. I > think this should be very safe to take.
Okay, thank you for the explanation! I'm okay with this (hopefully early rc testing will shake out any serious issues if there are any). https://github.com/llvm/llvm-project/pull/125206 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits