Files
clang-p2996/mlir
Ivan Kulagin 63e8c0a0e4 [mlir] Fix liveness analysis for block arguments (#88848)
The current implementation does not take into account definitions
created by arguments of nested blocks. This leads to an incorrect
construction of the live-in set of an outer block. Arguments of nested
blocks are added to the live-in set of an outer block.

---------

Signed-off-by: ikulagin <i.kulagin@ispras.ru>
Co-authored-by: ikulagin <i.kulagin@ispras.ru>
2024-05-23 15:09:45 -07:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.