[PATCH] D26230: [AddressSanitizer] Add support for (constant-)masked loads and stores.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 08:38:21 PST 2016
RKSimon added inline comments.
================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:505
/// If it is an interesting memory access, return the PointerOperand
/// and set IsWrite/Alignment. Otherwise return nullptr.
Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
----------------
Add MaybeMask description to comment.
================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:996
/// If I is an interesting memory access, return the PointerOperand
/// and set IsWrite/Alignment. Otherwise return nullptr.
Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I,
----------------
Add MaybeMask description to comment.
https://reviews.llvm.org/D26230
More information about the llvm-commits
mailing list