[all-commits] [llvm/llvm-project] 0f65a3: [clang][dataflow] Implement functionality to compa...
weiyi via All-commits
all-commits at lists.llvm.org
Fri Jun 24 15:10:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f65a3e610051fc319372eea647fb50f60b2b21c
https://github.com/llvm/llvm-project/commit/0f65a3e610051fc319372eea647fb50f60b2b21c
Author: Wei Yi Tee <wyt at google.com>
Date: 2022-06-25 (Sat, 25 Jun 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
M clang/unittests/Analysis/FlowSensitive/DataflowAnalysisContextTest.cpp
Log Message:
-----------
[clang][dataflow] Implement functionality to compare if two boolean values are equivalent.
`equivalentBoolValues` compares equivalence between two booleans. The current implementation does not consider constraints imposed by flow conditions on the booleans and its subvalues.
Depends On D128520
Reviewed By: gribozavr2, xazax.hun
Differential Revision: https://reviews.llvm.org/D128521
More information about the All-commits
mailing list