[all-commits] [llvm/llvm-project] 56ac9d: [MLIR] Add includes to PointerLikeTypeTraits where...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Mon Mar 2 04:53:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 56ac9d30d35632969baa39829ebc8465ed5937ef
https://github.com/llvm/llvm-project/commit/56ac9d30d35632969baa39829ebc8465ed5937ef
Author: Stephan Herhut <herhut at google.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.h
M mlir/include/mlir/IR/Attributes.h
M mlir/include/mlir/IR/Function.h
M mlir/include/mlir/IR/Identifier.h
M mlir/include/mlir/IR/Location.h
M mlir/include/mlir/IR/Module.h
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/include/mlir/IR/Types.h
M mlir/include/mlir/IR/Value.h
Log Message:
-----------
[MLIR] Add includes to PointerLikeTypeTraits where needed.
Summary:
This is to ensure that the template declaration is seen before
any template specialization.
Reviewers: mravishankar, antiagainst, rriddle!
Differential Revision: https://reviews.llvm.org/D75442
More information about the All-commits
mailing list