https://bugs.llvm.org/show_bug.cgi?id=47488
Bug ID: 47488
Summary: DFSan event_callbacks.c breaks with MemorySSA DSE
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: dfsan
Assignee: unassignedb...@nondot.org
Reporter: jeremy.morse.l...@gmail.com
CC: florian_h...@apple.com, llvm-bugs@lists.llvm.org,
masc...@google.com, sker...@chromium.org,
vitalyb...@google.com
After dead-store-elimination began using MemorySSA in fb109c42d9, a dfsan test
has begun failing:
compiler-rt/test/dfsan/event_callbacks.c
As shown on this buildbot:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/29539
Because the memcpy/memmove calls at the end of the main function are now
optimised out. It looks like this is just a case of the test being optimised
more than expected. Both DSE and dfsan are out of my area of expertise, so I'm
marking the test XFail for now, CCing recent dfsan authors and Florian.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs