[PATCH] D156424: [SPIRV] Add SPIR-V logical triple to llc
    Nathan Gauër via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep  6 08:14:38 PDT 2023
    
    
  
Keenuts updated this revision to Diff 556045.
Keenuts added a comment.
Changed the pointer size from 32 bits to 64 bits to match
the parent change.
Reason: I had to pick one. 64 bits might allow us to implement
PhysicalStorage64 memory model with more ease, but this should have
no impact for Logical SPIR-V.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156424/new/
https://reviews.llvm.org/D156424
Files:
  llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCTargetDesc.cpp
  llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
  llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
  llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
  llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
  llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
  llvm/lib/Target/SPIRV/SPIRVSubtarget.h
  llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
  llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.cpp
  llvm/lib/Target/SPIRV/TargetInfo/SPIRVTargetInfo.h
  llvm/test/CodeGen/SPIRV/ExecutionMode-ConflictingAttributes.ll
  llvm/test/CodeGen/SPIRV/ExecutionMode-GLCompute.ll
  llvm/test/CodeGen/SPIRV/capability-Shader.ll
  llvm/test/CodeGen/SPIRV/empty-logical.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156424.556045.patch
Type: text/x-patch
Size: 18173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230906/af08cf94/attachment.bin>
    
    
More information about the llvm-commits
mailing list