Skip to content

[P1] Fix the problem when lowering nested loop into data flow #54

@ShangkunLi

Description

@ShangkunLi

When I try to convert some nested loop benches from ctrl flow to data flow in #53, some errors are reported.

  • Some cond_br may not pass args to its successor blocks
  • reserve and ctrl_mov insertion problems

To reproduce the errors reported, you can take bert_node1.mlir for the test.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnew featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions