[all-commits] [llvm/llvm-project] f625f5: [mlir] Remove the default template parameters from...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jun 30 22:02:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f625f5231ab8e76b1367f70aeed56b6389d83471
https://github.com/llvm/llvm-project/commit/f625f5231ab8e76b1367f70aeed56b6389d83471
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIRAttr.h
M mlir/docs/Tutorials/DefiningAttributesAndTypes.md
M mlir/include/mlir/Dialect/Linalg/IR/LinalgTypes.h
M mlir/include/mlir/Dialect/Shape/IR/Shape.h
M mlir/include/mlir/IR/Attributes.h
M mlir/include/mlir/IR/Location.h
M mlir/include/mlir/IR/StandardTypes.h
M mlir/include/mlir/IR/Types.h
Log Message:
-----------
[mlir] Remove the default template parameters from AttrBase and TypeBase.
MSVC 2017 doesn't support the case where a trailing variadic template list comes after template types with default parameters. Until we upgrade to VS 2019, we can't use the simplified definitions.
More information about the All-commits
mailing list