forked from Xilinx/mlir-air
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AIRSpecializeChannelWrapAndStride: enable canonicalizing affine map j…
…oining multiple for loops in a loop nest (Xilinx#671) * Separate affine.apply folding and canonicalization from folding for loops; relax unnecessary failure conditions * Enable affine apply map joining multiple for loops * Test * Add canonicalizer folding arith.addi and muli into the for loop * Folding is only safe when iv only has one user (i.e. the arith op)
- Loading branch information
1 parent
4905fcc
commit debcde7
Showing
3 changed files
with
362 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.