[PATCH] D103009: [DSE] Transform memset + malloc --> calloc (PR25892)
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 23 13:05:11 PDT 2021
delcypher added subscribers: yuri, delcypher.
delcypher added a comment.
@yuri I think this patch may have broken the `compiler-rt/test/asan/TestCases/heap-overflow.cpp` test. This test is failing on our internal bots. The test fails because it expects to see malloc at `-O2` in the stacktrace but we are seeing `calloc()` instead.
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