[PATCH] D118591: [Function Specialisation] Fix use after free
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 05:51:04 PST 2022
labrinea updated this revision to Diff 405234.
labrinea edited the summary of this revision.
labrinea added a comment.
I have heavily modified the original reproducer, but the problem is that we don't have buildbots running the llvm regression tests with asan. I can only see two builders for libc with asan here https://lab.llvm.org/buildbot/#/builders. Do you think there's still value in adding this testcase?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118591/new/
https://reviews.llvm.org/D118591
Files:
llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
llvm/test/Transforms/FunctionSpecialization/bug52821-use-after-free.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118591.405234.patch
Type: text/x-patch
Size: 3296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220202/43a26c58/attachment.bin>
More information about the llvm-commits
mailing list