[llvm] [Attributor] Teach HeapToStack about conservative GC allocators (PR #113299)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 10:51:43 PDT 2024


aykevl wrote:

> For your own purpose, you can disable/filter out H2S AA explicitly when you construct the attributor.

What do you mean by that? Are you referring to the other idea of using the `nofree` parameter attribute on the return value of the allocator?

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


More information about the llvm-commits mailing list