[clang] [llvm] [Clang] Add __builtin_assume_dereferenceable to encode deref assumption. (PR #121789)
Nikolas Klauser via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 13:32:58 PST 2025
philnik777 wrote:
Actually, how does this interact with ASan? e.g. would "I know there is enough storage to deref, but it may be poisoned by container annotations" be a valid use-case for this, or would we have to not annotate pointers in that case?
https://github.com/llvm/llvm-project/pull/121789
More information about the llvm-commits
mailing list