[PATCH] D156661: [SPIRV] Add support for SPV_KHR_bit_instructions

Paulo Matos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 07:07:44 PDT 2023


pmatos updated this revision to Diff 549919.
pmatos added a comment.

Implement support for dropping the shader capability if BitInstructions is all that's needed.

Still need to add some tests ensuring this works and that we never use both Shader and BitInstructions capability since that's redundant.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156661

Files:
  llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
  llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
  llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
  llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156661.549919.patch
Type: text/x-patch
Size: 4256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/de224494/attachment-0001.bin>


More information about the llvm-commits mailing list