[llvm] [Loads] Respect UseDerefAtPointSemantics in isDerefAndAlignedPointer. (PR #123196)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 05:32:13 PST 2025
https://github.com/nikic requested changes to this pull request.
`nofree` on functions describes external effects. The function can still allocate and free memory internally. Value::canBeFreed() has some logic that supports this for function arguments, where the distinction doesn't matter.
https://github.com/llvm/llvm-project/pull/123196
More information about the llvm-commits
mailing list