[PATCH] D72765: [mlir][spirv] Support implied extensions and capabilities

Ben Vanik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 09:15:43 PST 2020


benvanik accepted this revision.
benvanik added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/include/mlir/Dialect/SPIRV/SPIRVTypes.h:53
+/// third one will also be returned.
+SmallVector<Capability, 0> getRecursiveImpliedCapabilities(Capability cap);
 
----------------
nit: wouldn't this just be std::vector?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72765/new/

https://reviews.llvm.org/D72765





More information about the llvm-commits mailing list