[PATCH] D77714: Extended Liveness analysis to support nested regions.

Marcel Koester via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 05:36:21 PDT 2020


dfki-mako added a comment.

We have introduced a new utility function

  Block *Region::findAncestorBlockInRegion(Block &block)

in order to remove the `findInCurrent` implementation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77714





More information about the llvm-commits mailing list