[PATCH] D124416: [SPIRV] Add the SPIRV-specific intrinsics, two passes and tests

Ilia Diachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 04:15:34 PDT 2022


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

Fix clang-format issues.


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

https://reviews.llvm.org/D124416

Files:
  llvm/include/llvm/IR/CMakeLists.txt
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/IntrinsicsSPIRV.td
  llvm/lib/Target/SPIRV/CMakeLists.txt
  llvm/lib/Target/SPIRV/SPIRV.h
  llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
  llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
  llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
  llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
  llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
  llvm/lib/Target/SPIRV/SPIRVUtils.cpp
  llvm/lib/Target/SPIRV/SPIRVUtils.h
  llvm/test/CodeGen/SPIRV/branching/if-merging.ll
  llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
  llvm/test/CodeGen/SPIRV/function/trivial-function-with-attributes.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
  llvm/test/CodeGen/SPIRV/instructions/fcmp.ll
  llvm/test/CodeGen/SPIRV/instructions/float-casts.ll
  llvm/test/CodeGen/SPIRV/instructions/icmp.ll
  llvm/test/CodeGen/SPIRV/instructions/integer-casts.ll
  llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124416.427268.patch
Type: text/x-patch
Size: 116473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220505/3fb0dd47/attachment.bin>


More information about the llvm-commits mailing list