[PATCH] D116465: [SPIRV 6/6] Add one essential pass and the simplest tests

Ilia Diachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 6 14:49:50 PST 2022


iliya-diyachkov updated this revision to Diff 406289.
iliya-diyachkov retitled this revision from "[SPIRV 6/6] Add 2 essential passes and the simplest tests" to "[SPIRV 6/6] Add one essential pass and the simplest tests".
iliya-diyachkov edited the summary of this revision.
iliya-diyachkov added a comment.

SPIRVBlockLabeler pass was removed and its functionality migrated to SPIRVAsmPrinter. The change was inspired by Renato's suggestion about get_next_id().


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

https://reviews.llvm.org/D116465

Files:
  llvm/lib/Target/SPIRV/CMakeLists.txt
  llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp
  llvm/lib/Target/SPIRV/SPIRV.h
  llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
  llvm/lib/Target/SPIRV/SPIRVGlobalTypesAndRegNumPass.cpp
  llvm/lib/Target/SPIRV/SPIRVMCInstLower.cpp
  llvm/lib/Target/SPIRV/SPIRVMCInstLower.h
  llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
  llvm/lib/Target/SPIRV/SPIRVUtils.cpp
  llvm/lib/Target/SPIRV/SPIRVUtils.h
  llvm/test/CodeGen/SPIRV/function/identity-function.ll
  llvm/test/CodeGen/SPIRV/function/trivial-function-definition.ll
  llvm/test/CodeGen/SPIRV/function/trivial-function-with-attributes.ll
  llvm/test/CodeGen/SPIRV/function/trivial-function-with-call.ll
  llvm/test/CodeGen/SPIRV/lit.local.cfg
  llvm/test/CodeGen/SPIRV/metadata-opencl.ll
  llvm/test/CodeGen/SPIRV/transcoding/readonly.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116465.406289.patch
Type: text/x-patch
Size: 51662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220206/21b79a3f/attachment-0001.bin>


More information about the llvm-commits mailing list