[PATCH] D116370: [clang][dataflow] Add multi-variable constant propagation example.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 29 05:14:29 PST 2021
ymandel created this revision.
ymandel added reviewers: xazax.hun, gribozavr2, sgatev.
Herald added subscribers: rnkovacs, mgorny.
ymandel requested review of this revision.
Herald added a project: clang.
Adds another constant-propagation analysis that covers all variables in
the scope (vs the existing single-variable demo). But, the analysis is still
unsuited to use, in that ignores issues of escaping variables.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116370
Files:
clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116370.396518.patch
Type: text/x-patch
Size: 16789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211229/ef1522f2/attachment-0001.bin>
More information about the cfe-commits
mailing list