[PATCH] D149640: [clang][dataflow] Change PruneTriviallyFalseEdges for building CFG

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 03:02:52 PDT 2023


gribozavr2 added a comment.

Is it testable? For example, can we show that we don't compute the program state for the program point "p" here:

  void f() {
    while (true) {
    }
    /*p*/
  }


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149640/new/

https://reviews.llvm.org/D149640



More information about the cfe-commits mailing list