Determine if `AlignRotations` pattern needs more complex patterns
Open
dialect: tensor_ext
- Dominant language
- MLIR
- Stars
- 906
- Forks
- 171
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 32
Description
Currently it matches against `(OpA (rotate...) (OpB (rotate...) (rotate...)))` and `(OpA (OpB (rotate...) (rotate...)) (rotate...))`, should it also handle `(OpA (OpB (rotate...) (rotate...)) (OpC (rotate...) (rotate...)))`
Contributor guide
Assessment
This issue has not been assessed yet.