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

Marcel Koester via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 02:07:51 PDT 2020


dfki-mako created this revision.
Herald added subscribers: llvm-commits, grosul1, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini, mgrang.
Herald added a project: LLVM.

The current Liveness analysis does not support operations with nested regions. This causes issues when querying liveness information about blocks nested within operations. Furthermore, the live-in and live-out sets are not computed properly in these cases.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77714

Files:
  mlir/lib/Analysis/Liveness.cpp
  mlir/test/Analysis/test-liveness.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77714.255925.patch
Type: text/x-patch
Size: 14008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200408/41798851/attachment.bin>


More information about the llvm-commits mailing list