[PATCH] D72380: [DataFlow] Factor two worklist implementations out
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 17 05:13:31 PST 2020
gribozavr2 accepted this revision.
gribozavr2 added a comment.
This revision is now accepted and ready to land.
Thank you for factoring our this library!
I briefly read the UninitializedValues analysis and I also think that this change is a no-op.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h:59
+
+/// A worklist implementation for forward data-flow analysis. The enqueued
+/// blocks will be dequeued in reverse post order. The worklist cannot contain
----------------
s/data-flow/dataflow/ I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72380/new/
https://reviews.llvm.org/D72380
More information about the cfe-commits
mailing list