[PATCH] D97200: [dfsan] Propagate origins at non-memory/phi/call instructions

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 15:29:32 PST 2021


morehouse accepted this revision.
morehouse added a comment.
This revision is now accepted and ready to land.

Please fix lints.



================
Comment at: llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:563
+                        const std::vector<Value *> &Origins, Instruction *Pos,
+                        ConstantInt *Zero = nullptr);
 
----------------
`Zero` appears unused.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97200/new/

https://reviews.llvm.org/D97200



More information about the llvm-commits mailing list