[PATCH] D129730: [SPIRV] add PrepareFunctions pass and update other passed

Ilia Diachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 04:18:12 PDT 2022


iliya-diyachkov updated this revision to Diff 444587.
iliya-diyachkov added a comment.

Fix one clang-format issue in SPIRVPrepareFunctions.cpp.


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

https://reviews.llvm.org/D129730

Files:
  llvm/include/llvm/IR/IntrinsicsSPIRV.td
  llvm/lib/Target/SPIRV/CMakeLists.txt
  llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.cpp
  llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.h
  llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp
  llvm/lib/Target/SPIRV/SPIRV.h
  llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
  llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
  llvm/lib/Target/SPIRV/SPIRVCallLowering.h
  llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
  llvm/lib/Target/SPIRV/SPIRVInstrInfo.cpp
  llvm/lib/Target/SPIRV/SPIRVInstrInfo.h
  llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
  llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
  llvm/lib/Target/SPIRV/SPIRVMCInstLower.cpp
  llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
  llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
  llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
  llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
  llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
  llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
  llvm/lib/Target/SPIRV/SPIRVUtils.cpp
  llvm/lib/Target/SPIRV/SPIRVUtils.h
  llvm/test/CodeGen/SPIRV/AtomicCompareExchange.ll
  llvm/test/CodeGen/SPIRV/branching/if-non-merging.ll
  llvm/test/CodeGen/SPIRV/constant/global-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-aggregate-constant.ll
  llvm/test/CodeGen/SPIRV/constant/local-bool-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-null-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-vector-matrix-constants.ll
  llvm/test/CodeGen/SPIRV/instructions/call-complex-function.ll
  llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
  llvm/test/CodeGen/SPIRV/instructions/scalar-integer-arithmetic.ll
  llvm/test/CodeGen/SPIRV/instructions/select.ll
  llvm/test/CodeGen/SPIRV/instructions/vector-floating-point-arithmetic.ll
  llvm/test/CodeGen/SPIRV/instructions/vector-integer-arithmetic.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/fshl.ll
  llvm/test/CodeGen/SPIRV/metadata-opencl.ll
  llvm/test/CodeGen/SPIRV/opaque_pointers.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129730.444587.patch
Type: text/x-patch
Size: 147195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/94275e37/attachment-0001.bin>


More information about the llvm-commits mailing list