[all-commits] [llvm/llvm-project] 307124: [mlir][standard] Fix parsing of scalar subview and...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Thu Oct 15 07:42:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 307124535f326d75725ecf6d3f4e9e0321162e9a
https://github.com/llvm/llvm-project/commit/307124535f326d75725ecf6d3f4e9e0321162e9a
Author: Stephan Herhut <herhut at google.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/IR/core-ops.mlir
M mlir/test/Transforms/constant-fold.mlir
Log Message:
-----------
[mlir][standard] Fix parsing of scalar subview and canonicalize
Parsing of a scalar subview did not create the required static_offsets attribute.
This also adds support for folding scalar subviews away.
Differential Revision: https://reviews.llvm.org/D89467
More information about the All-commits
mailing list