This is an archive of the discontinued LLVM Phabricator instance.

[dfsan] Propagate origins at non-memory/phi/call instructions
ClosedPublic

Authored by stephan.yichao.zhao on Feb 22 2021, 8:49 AM.

Diff Detail

Event Timeline

stephan.yichao.zhao requested review of this revision.Feb 22 2021, 8:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2021, 8:49 AM
morehouse accepted this revision.Feb 22 2021, 3:29 PM

Please fix lints.

llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
563

Zero appears unused.

This revision is now accepted and ready to land.Feb 22 2021, 3:29 PM
stephan.yichao.zhao marked an inline comment as done.Feb 22 2021, 3:41 PM
stephan.yichao.zhao added inline comments.
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
563

We will use it when propagating labels at load.

stephan.yichao.zhao marked an inline comment as done.

fixed lint