[PATCH] D132648: [SPIRV] support builtin types and ExtInst selection

Ilia Diachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 05:05:18 PDT 2022


iliya-diyachkov created this revision.
iliya-diyachkov added reviewers: zuban32, rengolin, MaskRay, arsenm, konrad.trifunovic, mpaszkowski, andreytr.
Herald added subscribers: StephenFan, ThomasRaoux, hiraditya, Anastasia.
Herald added a project: All.
iliya-diyachkov requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

The patch adds support of OpenCL and SPIR-V built-in types. It also implements ExtInst selection. New passed LIT tests will be added later.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132648

Files:
  llvm/include/llvm/IR/IntrinsicsSPIRV.td
  llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
  llvm/lib/Target/SPIRV/SPIRVBuiltins.h
  llvm/lib/Target/SPIRV/SPIRVBuiltins.td
  llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
  llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
  llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
  llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132648.455543.patch
Type: text/x-patch
Size: 40605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220825/1f5ad025/attachment.bin>


More information about the llvm-commits mailing list