[PATCH] D26230: [AddressSanitizer] Add support for (constant-)masked loads and stores.

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 12 06:46:32 PST 2016


filcab updated this revision to Diff 77722.
filcab marked 6 inline comments as done.
filcab added a comment.

Addressed rksimon's comments:
 Basically try to discard undef in a safe way.

Brought back (fixed) test.


https://reviews.llvm.org/D26230

Files:
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  test/Instrumentation/AddressSanitizer/asan-masked-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26230.77722.patch
Type: text/x-patch
Size: 15293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161112/94c3bd5f/attachment.bin>


More information about the llvm-commits mailing list