[PATCH] D115009: [SPIRV 1/n] Add stub for SPIRV backend
Ilia Diachkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 16:36:21 PST 2021
iliya-diyachkov created this revision.
iliya-diyachkov added reviewers: arsenm, craig.topper, theraven, jyknight.
Herald added subscribers: ThomasRaoux, hiraditya, mgorny.
iliya-diyachkov requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
This patch contains enough for lib/Target/SPIRV to compile: a basic SPIRVTargetMachine and SPIRVTargetInfo.
Triples for SPIRV were recently added (see D109144 <https://reviews.llvm.org/D109144>).
https://reviews.llvm.org/D115009
Files:
llvm/CODE_OWNERS.TXT
llvm/docs/CompilerWriterInfo.rst
llvm/lib/Target/SPIRV/CMakeLists.txt
llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
llvm/lib/Target/SPIRV/SPIRVTargetMachine.h
llvm/lib/Target/SPIRV/TargetInfo/CMakeLists.txt
llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.cpp
llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115009.391484.patch
Type: text/x-patch
Size: 8380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211203/ff00520d/attachment.bin>
More information about the llvm-commits
mailing list