[all-commits] [llvm/llvm-project] 05c7dc: [DataFlow] Factor two worklist implementations out

Gábor Horváth via All-commits all-commits at lists.llvm.org
Fri Jan 17 08:11:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05c7dc66480999574a599ac34d99a4c192d51ba7
      https://github.com/llvm/llvm-project/commit/05c7dc66480999574a599ac34d99a4c192d51ba7
  Author: Gabor Horvath <xazax at google.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M clang/include/clang/Analysis/FlowSensitive/DataflowValues.h
    A clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/unittests/Analysis/CFGBuildResult.h
    M clang/unittests/Analysis/CFGTest.cpp

  Log Message:
  -----------
  [DataFlow] Factor two worklist implementations out

Right now every dataflow algorithm uses its own worklist implementation.
This is a first step to reduce this duplication. Some upcoming
algorithms such as the lifetime analysis is going to use the factored
out implementations.

Differential Revision: https://reviews.llvm.org/D72380




More information about the All-commits mailing list