Previously only the Affine version would be folded.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Have you considered having a single walk on Operation * that filters inside using both types? This will spare you a walk, I don't think it's optimized per-type somehow.