kumasento / polymer

Bridging polyhedral analysis tools to the MLIR framework
MIT License
99 stars 20 forks source link

Testing affine.if: if-else, multiple ifs, for within if. #74

Open kumasento opened 3 years ago

kumasento commented 3 years ago

if-else block

Resolve the domain for the else block

This should be fixed in the upstream (getIndexSet method)

multiple ifs and for-within-if

See the export-scop/load-store-if.mlir test case.