[PATCH] D158764: [SPIR-V] Support SPV_INTEL_arbitrary_precision_integers_extension and add misc utilities for other extensions

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 04:06:17 PDT 2023


mpaszkowski updated this revision to Diff 556000.
mpaszkowski added a comment.

Rebased on top of @pmatos patch, added CLI option for SPV_INTEL_optnone, and moved the SPV_INTEL_optnone test to /extensions/. @iliya-diyachkov: Do you think we could have the patch merged now?


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

https://reviews.llvm.org/D158764

Files:
  llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.cpp
  llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.h
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
  llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
  llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
  llvm/lib/Target/SPIRV/SPIRVSubtarget.h
  llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
  llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_integers.ll
  llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_optnone.ll
  llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_no_integer_wrap_decoration.ll
  llvm/test/CodeGen/SPIRV/extensions/no_wrap.ll
  llvm/test/CodeGen/SPIRV/optnone.ll
  llvm/test/CodeGen/SPIRV/transcoding/NoSignedUnsignedWrap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158764.556000.patch
Type: text/x-patch
Size: 14962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230906/601ae4ce/attachment.bin>


More information about the llvm-commits mailing list