[all-commits] [llvm/llvm-project] d314b7: [MLIR] ShapedType accessor minor fixes + add isDyn...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Apr 8 20:18:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d314b7d5ca94e60f75fe23b4b052f131880e8a2f
https://github.com/llvm/llvm-project/commit/d314b7d5ca94e60f75fe23b4b052f131880e8a2f
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M mlir/include/mlir/IR/StandardTypes.h
M mlir/lib/Analysis/Utils.cpp
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/lib/IR/StandardTypes.cpp
Log Message:
-----------
[MLIR] ShapedType accessor minor fixes + add isDynamicDim accessor
Minor fixes and cleanup for ShapedType accessors, use
ShapedType::kDynamicSize, add ShapedType::isDynamicDim.
Differential Revision: https://reviews.llvm.org/D77710
More information about the All-commits
mailing list