[PATCH] D82598: [analyzer][Liveness][NFC] Get rid of statement liveness, because such a thing doesn't exist

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 24 12:36:32 PDT 2020


Szelethus added a comment.

In D82598#2172416 <https://reviews.llvm.org/D82598#2172416>, @NoQ wrote:

> I still wonder what made this statement live in my example. There must have been some non-trivial liveness analysis going on that caused a statement to be live; probably something to do with the C++ destructor elements.


Pushed rG032b78a0762bee129f33e4255ada6d374aa70c71 <https://reviews.llvm.org/rG032b78a0762bee129f33e4255ada6d374aa70c71>. Mind that no `ObjCForCollectionStmt` was found in the `DumpLiveStms` run.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82598





More information about the cfe-commits mailing list