[all-commits] [llvm/llvm-project] 8179e1: [clang][dataflow] Add simplistic constant-propagat...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Wed Dec 15 11:34:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8179e1fd519deccfb3b940468af46676164d6d75
https://github.com/llvm/llvm-project/commit/8179e1fd519deccfb3b940468af46676164d6d75
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
A clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
M clang/unittests/Analysis/FlowSensitive/TestingSupport.h
Log Message:
-----------
[clang][dataflow] Add simplistic constant-propagation analysis.
Adds a very simple constant-propagation analysis for demo and testing purposes.
Differential Revision: https://reviews.llvm.org/D115740
More information about the All-commits
mailing list