[PATCH] D91234: Add a flag to control whether to propagate labels from condition values to results

stephan.yichao.zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 22:14:50 PST 2020


stephan.yichao.zhao created this revision.
stephan.yichao.zhao added a reviewer: morehouse.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
stephan.yichao.zhao requested review of this revision.

Before the change, DFSan always does the propagation. W/o
origin tracking, it is harder to understand such flows. After
the change, the flag is off by default.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91234

Files:
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/test/Instrumentation/DataFlowSanitizer/select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91234.304401.patch
Type: text/x-patch
Size: 6678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201111/b5dc2678/attachment.bin>


More information about the llvm-commits mailing list