[all-commits] [llvm/llvm-project] 46ca42: [MLIR][Affine] Fix crash in normalizeMemRefType
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Oct 7 03:50:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46ca4259c5d066ccee797fea7233cf21eb0e6070
https://github.com/llvm/llvm-project/commit/46ca4259c5d066ccee797fea7233cf21eb0e6070
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2022-10-07 (Fri, 07 Oct 2022)
Changed paths:
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
M mlir/test/Transforms/normalize-memrefs.mlir
Log Message:
-----------
[MLIR][Affine] Fix crash in normalizeMemRefType
Fix crash in normalizeMemRefType. Correctly handle scenario and replace
assertion with a failure.
Reviewed By: dcaballe
Differential Revision: https://reviews.llvm.org/D135424
More information about the All-commits
mailing list