[all-commits] [llvm/llvm-project] 1c93f0: Remove declaration of constexpr member kDynamicSiz...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sun Jul 26 21:50:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c93f09bf34c2f7a9e6b1753cc2edb41609cd544
https://github.com/llvm/llvm-project/commit/1c93f09bf34c2f7a9e6b1753cc2edb41609cd544
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M mlir/include/mlir/IR/StandardTypes.h
Log Message:
-----------
Remove declaration of constexpr member kDynamicSize in MemRefType
This member is already publicly declared on the base class. The
redundant declaration is mangled differently though and in some
unoptimized build it requires a definition to also exist. However we
have a definition for the base ShapedType class, removing the
declaration here will redirect every use to the base class member
instead.
Differential Revision: https://reviews.llvm.org/D84615
More information about the All-commits
mailing list