[all-commits] [llvm/llvm-project] 7965dd: [MLIR] Fix memref region compute for 0-d memref ac...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Tue Jun 16 01:31:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7965dd79a3da76f68a65e942f2ad4d78270491e6
https://github.com/llvm/llvm-project/commit/7965dd79a3da76f68a65e942f2ad4d78270491e6
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M mlir/lib/Analysis/Utils.cpp
M mlir/test/Transforms/memref-bound-check.mlir
Log Message:
-----------
[MLIR] Fix memref region compute for 0-d memref accesses
Fix memref region compute for 0-d memref accesses in certain cases (when
there are loops surrounding such 0-d accesses).
Differential Revision: https://reviews.llvm.org/D81792
More information about the All-commits
mailing list