Files
clang-p2996/mlir/lib/Conversion/ControlFlowToSCF
Ivan Butygin 0db1ae3ed1 [mlir][CFGToSCF] Visit subregions in CFGToSCF pass
This is useful when user already have partially-scf'ed IR or other ops with nested regions (e.g. linalg.generic).

Also, improve error message and pass docs.

Differential Revision: https://reviews.llvm.org/D158349
2023-08-20 19:29:51 +02:00
..