This is a part of https://reviews.llvm.org/D95835.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98268
[dfsan] Tracking origins at phi nodes ClosedPublic Authored by stephan.yichao.zhao on Mar 9 2021, 9:14 AM.
Details
Summary This is a part of https://reviews.llvm.org/D95835.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 9 2021, 3:32 PM This revision was landed with ongoing or failed builds.Mar 10 2021, 9:03 AM Closed by commit rG6a9a686ce79c: [dfsan] Tracking origins at phi nodes (authored by Jianzhou Zhao <jianzhouzh@google.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 329465 llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/test/Instrumentation/DataFlowSanitizer/origin_cached_shadows.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_phi.ll
|
Nit: range for loop is cleaner if we don't need to advance iterators ourselves.