Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
Not for this patch, but we may want to rename the pass. E.g., SimplifyExtractOpsPass, not a great name though :P.
Paths
| Differential D134835
[mlir][memref]Add pattern to forward memref.extract_aligned_pointer_as_index(view_like_op) to its source ClosedPublic Authored by nicolasvasilache on Sep 28 2022, 3:30 PM.
Details
Diff Detail
Event TimelineComment Actions LGTM. Not for this patch, but we may want to rename the pass. E.g., SimplifyExtractOpsPass, not a great name though :P. This revision is now accepted and ready to land.Sep 28 2022, 5:13 PM Closed by commit rGdf6387079e53: [mlir][memref]Add pattern to forward memref.extract_aligned_pointer_as_index… (authored by nicolasvasilache). · Explain WhySep 29 2022, 2:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 463806 mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp
mlir/test/Dialect/MemRef/simplify-extract-strided-metadata.mlir
|