This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Make ASan instrument variable-masked loads and stores
ClosedPublic

Authored by filcab on Jan 5 2017, 11:01 AM.

Event Timeline

filcab updated this revision to Diff 83277.Jan 5 2017, 11:01 AM
filcab retitled this revision from to [ASan] Make ASan instrument variable-masked loads and stores.
filcab updated this object.
filcab added a subscriber: llvm-commits.

I just noticed I forgot to include the tests changes.
I will add these soon, but feel free to start reviewing the code :-) (or wait)

vitalybuka edited edge metadata.Jan 5 2017, 1:53 PM

LGTM with tests

filcab updated this revision to Diff 83364.Jan 6 2017, 7:11 AM
filcab edited edge metadata.

Added tests.

RKSimon accepted this revision.Jan 6 2017, 7:33 AM
RKSimon edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 6 2017, 7:33 AM
This revision was automatically updated to reflect the committed changes.