[PATCH] D39841: [CodeGenPrepare] Check that erased sunken address are not reused
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 04:28:52 PST 2017
sdardis updated this revision to Diff 123006.
sdardis added a comment.
Address the failures on the sanitizer bots by reworking SunkAddrs in a <Value*, WeakTrackingVH*> map, so that if a computation is erased, the end value is not read after deletion to see if it is still live.
https://reviews.llvm.org/D39841
Files:
lib/CodeGen/CodeGenPrepare.cpp
test/Transforms/CodeGenPrepare/Mips/lit.local.cfg
test/Transforms/CodeGenPrepare/Mips/pr35209.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39841.123006.patch
Type: text/x-patch
Size: 5122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171115/ebd2dfaf/attachment.bin>
More information about the llvm-commits
mailing list