Reupload of D139103.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for the revert and resending patch. Appreciate it! I meant to flag it just cause I saw it as a repeating pattern, and it justified being flagged. The patch itself is fine now, but want some clarification on why this interfered with https://reviews.llvm.org/D139118 . AFAICS it shouldnt (or is not meant to)
Comment Actions
In the very first version (when the two new patterns were canonicalization patterns), this used to interfere with populateFoldUnitExtentDimsPatterns, which also includes some canonicalization patterns. In the current revision, these two patterns must be added explicitly via populateReassociativeReshapeFoldingPatterns.