[PATCH] D115786: [SPIR-V 2/n] Add SPIRV{InstrFormats,InstrInfo,RegisterInfo,RegisterBanks...}.td

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 23:43:18 PST 2021


mpaszkowski created this revision.
mpaszkowski added reviewers: arsenm, craig.topper, theraven, jyknight, zuban32, iliya-diyachkov, konrad.trifunovic.
mpaszkowski requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The second patch in the effort of upstreaming the SPIR-V backend to the trunk. The patch adds initial TableGen sources: SPIRVInstrFormats.td, SPIRVInstrInfo.td, SPIRVRegisterBanks.td, SPIRVRegisterInfo.td, SPIRVEnums.td, and the main SPIRV.td. Please note that the patch will need to be amended/merged after D115009: [SPIRV 1/n] Add stub for SPIRV backend <https://reviews.llvm.org/D115009> gets accepted and committed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115786

Files:
  llvm/lib/Target/SPIRV/CMakeLists.txt
  llvm/lib/Target/SPIRV/SPIRV.td
  llvm/lib/Target/SPIRV/SPIRVEnums.td
  llvm/lib/Target/SPIRV/SPIRVInstrFormats.td
  llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
  llvm/lib/Target/SPIRV/SPIRVRegisterBanks.td
  llvm/lib/Target/SPIRV/SPIRVRegisterInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115786.394475.patch
Type: text/x-patch
Size: 48437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211215/f4efd7aa/attachment.bin>


More information about the llvm-commits mailing list