[PATCH] D92261: [dfsan] Track field/index-level shadow values in variables

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 08:57:14 PST 2020


morehouse added a comment.

Thanks for your work on this, Jianzhou.  Overall I think this is a reasonable approach to improving label precision.

This is a fairly large patch; would it be possible to split it into a series of dependent patches?  For example, the renaming/refactoring stuff could go in its own patch and probably the changes to select.ll could as well.  If there's a way to also split the functional changes, that would be even better.  This would make it easier for me to review and give better feedback.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92261



More information about the llvm-commits mailing list