Open bondhugula opened 2 years ago
The getIndexSet utility currently only supports affine.for and affine.if ops. Support affine.parallel op as well so that analysis and transformation can work in conjunction with affine "parallelized" code when desirable.
getIndexSet
@llvm/issue-subscribers-mlir-affine
Submit the initial patch aiming to support this.
https://reviews.llvm.org/D136056
The
getIndexSet
utility currently only supports affine.for and affine.if ops. Support affine.parallel op as well so that analysis and transformation can work in conjunction with affine "parallelized" code when desirable.