[PATCH] D115009: [SPIRV 1/6] Add stub for SPIRV backend

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 03:26:40 PST 2022


mpaszkowski added a comment.

Thank you to everyone for all the suggestions and feedback. In the recent weeks we have resolved all the comments and submitted all the necessary fixes to the initial six submitted patches:

1. SPIRV 1/6 Add stub for SPIRV backend <https://reviews.llvm.org/D115009>
2. SPIRV 2/6 Add SPIRV {InstrFormats,InstrInfo,RegisterInfo,RegisterBanks...}.td <https://reviews.llvm.org/D115786>
3. SPIRV 3/6 Add MC layer, object file support and InstPrinter <https://reviews.llvm.org/D116462>
4. SPIRV 4/6 Add target lowerling, TargetMachine and AsmPrinter <https://reviews.llvm.org/D116463>
5. SPIRV 5/6 Add LegalizerInfo, InstructionSelector and utilities <https://reviews.llvm.org/D116464>
6. SPIRV 6/6 Add 2 essential passes and the simplest tests <https://reviews.llvm.org/D116465>

Right now all the patches are passing buildbot builds and checks (with the exception of a single clang-format comment on the common across all targets Triple.cpp file in the third patch). We would love to ask you for the final review and //LGTM// of the backend stub and the six patches above as a whole, so we will be able to push the changes to the trunk soon.


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

https://reviews.llvm.org/D115009



More information about the llvm-commits mailing list