[PATCH] D75442: [MLIR] Add includes to PointerLikeTypeTraits where needed.

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 03:00:09 PST 2020


herhut created this revision.
Herald added subscribers: llvm-commits, bader, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: mravishankar.
Herald added a reviewer: antiagainst.
Herald added a reviewer: rriddle.
Herald added a project: LLVM.

This is to ensure that the template declaration is seen before
any template specialization.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75442

Files:
  mlir/include/mlir/Dialect/SPIRV/SPIRVOps.h
  mlir/include/mlir/IR/Attributes.h
  mlir/include/mlir/IR/Function.h
  mlir/include/mlir/IR/Identifier.h
  mlir/include/mlir/IR/Location.h
  mlir/include/mlir/IR/Module.h
  mlir/include/mlir/IR/OpDefinition.h
  mlir/include/mlir/IR/OperationSupport.h
  mlir/include/mlir/IR/Types.h
  mlir/include/mlir/IR/Value.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75442.247585.patch
Type: text/x-patch
Size: 3864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200302/890b1ec8/attachment.bin>


More information about the llvm-commits mailing list