[llvm] [Attributor] Teach HeapToStack about conservative GC allocators (PR #113299)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 20:37:29 PDT 2024
shiltian wrote:
I'm not sure. If the memory can be free at background, a pointer could be potentially not dereferenceable. That contradicts to the `IsAssumedNoFree` here, because this `nofree` means the pointer is still dereferenceable after the function call.
https://github.com/llvm/llvm-project/pull/113299
More information about the llvm-commits
mailing list