While debugging https://github.com/google/heir/issues/578, it seemed to me that the buggy pattern AlignRotations_RightAssociated_Inner_#InnerOp#_Outer_#OuterOp (and its related LeftAssociated version) are not doing anything. It seems like they are no-ops, but we might want to determine if they are still providing any value, and remove them if not.
While debugging https://github.com/google/heir/issues/578, it seemed to me that the buggy pattern
AlignRotations_RightAssociated_Inner_#InnerOp#_Outer_#OuterOp
(and its related LeftAssociated version) are not doing anything. It seems like they are no-ops, but we might want to determine if they are still providing any value, and remove them if not.