Fix memref region compute for 0-d memref accesses in certain cases (when
there are loops surrounding such 0-d accesses).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81792
[MLIR] Fix memref region compute for 0-d memref accesses ClosedPublic Authored by bondhugula on Jun 13 2020, 12:30 PM.
Details Summary Fix memref region compute for 0-d memref accesses in certain cases (when
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 15 2020, 2:07 AM bondhugula added inline comments.
Closed by commit rG7965dd79a3da: [MLIR] Fix memref region compute for 0-d memref accesses (authored by bondhugula). · Explain WhyJun 16 2020, 1:36 AM This revision was automatically updated to reflect the committed changes. bondhugula marked an inline comment as done.
Revision Contents
Diff 270583 mlir/lib/Analysis/Utils.cpp
mlir/test/Transforms/memref-bound-check.mlir
|
Nit: this function is a misnomer, it returns loops not induction variables