[PATCH] D124943: [clang][dataflow] Add flowConditionIsTautology function

Eric Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 4 10:37:32 PDT 2022


li.zhe.hua added a comment.

This allows me to query when an expression is always encountered/executed. Alternatively, if I have a set of interesting expressions, I can note the flow condition at every expression, compute the disjunction of the set of flow conditions, and determine if execution will always encounter an interesting expression.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124943



More information about the cfe-commits mailing list