[PATCH] D98268: [dfsan] Tracking origins at phi nodes
stephan.yichao.zhao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 14:27:16 PST 2021
stephan.yichao.zhao added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:2716
+ }
+
Value *RawDestShadow = DFSF.DFS.getShadowAddress(I.getDest(), &I);
----------------
morehouse wrote:
> This is unrelated and shouldn't be in this diff...
rebased after D98192.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98268/new/
https://reviews.llvm.org/D98268
More information about the llvm-commits
mailing list