[PATCH] D103009: [DSE] Eliminate memset after malloc
Dawid Jurczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 28 08:42:30 PDT 2021
yurai007 added a comment.
Both AddressSanitizer tests and libFuzzer tests fail from same reason so there are only 2 different error causes.
It has something to do rather with way asan_allocator works (used in both UT) then broken middle-end transformations.
I will check it further and will back with more details.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103009/new/
https://reviews.llvm.org/D103009
More information about the llvm-commits
mailing list