[all-commits] [llvm/llvm-project] 2ac37d: [Attributor][FIX] Try to prevent a potential memor...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Dec 14 08:43:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ac37df5d7f385dbf9c9456aae1cc6d0d98587ef
https://github.com/llvm/llvm-project/commit/2ac37df5d7f385dbf9c9456aae1cc6d0d98587ef
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
Log Message:
-----------
[Attributor][FIX] Try to prevent a potential memory leak
We might not have registered an AA allocated via the bump allocator
and consequently not deallocated it properly.
More information about the All-commits
mailing list