This patch adds support for partial normalization of dynamically sized
memrefs. In particular, it allows for normalization of memrefs that
appear as function arguments. It does not consider normalization of
memrefs allocated within functions, as that procedure requires
computation of the new dynamic sizes of the memrefs.
Details
Details
- Reviewers
bondhugula nicolasvasilache dcaballe
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo