[all-commits] [llvm/llvm-project] 6eb0f8: [mlir][MemRef] Fix a crash when expanding a scalar...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Jun 8 00:43:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6eb0f8e28598658b4f5df27b35a5ea98bad68049
https://github.com/llvm/llvm-project/commit/6eb0f8e28598658b4f5df27b35a5ea98bad68049
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/Tensor/bufferize.mlir
Log Message:
-----------
[mlir][MemRef] Fix a crash when expanding a scalar shape
In this case the reassociation is empty, yielding no strides for the
result type.
Differential Revision: https://reviews.llvm.org/D127232
More information about the All-commits
mailing list