I'm not sure how I missed this in the testing, but as far as I understand whilst ABDS and ABDU are commutive they are not associative. This patch disables reassociateOps from visitABD, fixing the problems found in #61069.
ABDU: https://alive2.llvm.org/ce/z/eiT5QG
ABDS: https://alive2.llvm.org/ce/z/HzE29l
Details
Details
- Reviewers
RKSimon ilinpv - Commits
- rG337215ddf93f: [DAG] ABD is not reassociative
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo