[all-commits] [llvm/llvm-project] 674f2d: [mlir] Fix printing of unranked memrefs in non-def...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Aug 18 00:32:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 674f2df4fe0b6af901fc7c7e8bd3fb37e1e8516c
https://github.com/llvm/llvm-project/commit/674f2df4fe0b6af901fc7c7e8bd3fb37e1e8516c
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-08-18 (Tue, 18 Aug 2020)
Changed paths:
M mlir/lib/IR/AsmPrinter.cpp
M mlir/test/IR/core-ops.mlir
M mlir/test/IR/invalid-ops.mlir
Log Message:
-----------
[mlir] Fix printing of unranked memrefs in non-default memory space
The type printer was ignoring the memory space on unranked memrefs.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D86096
More information about the All-commits
mailing list