Deduce circumstances where an affine store could not possibly be read by an operation (such as an affine load), and if so, eliminate the store
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Typo in the description: Deduce circumstances where an affine load ... ; this last word was meant to be store I think. Looks good to me in general!
mlir/lib/Dialect/Affine/Transforms/AffineScalarReplacement.cpp | ||
---|---|---|
72 | The name is slightly misleading, as this isn't "removing" anything, what about findUnusedStore instead? | |
274 |
The name is slightly misleading, as this isn't "removing" anything, what about findUnusedStore instead?