[llvm] [SPIR-V] Initial implementation of SPV_INTEL_long_composites (PR #126545)
Viktoria Maximova via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 07:22:59 PST 2025
================
@@ -1714,6 +1724,19 @@ void addInstrRequirements(const MachineInstr &MI,
Reqs.addCapability(SPIRV::Capability::StorageImageWriteWithoutFormat);
break;
}
+ case SPIRV::OpTypeStructContinuedINTEL:
+ case SPIRV::OpConstantCompositeContinuedINTEL:
+ case SPIRV::OpSpecConstantCompositeContinuedINTEL:
+ case SPIRV::OpCompositeConstructContinuedINTEL: {
----------------
vmaksimo wrote:
I'll add them in follow-up PRs - for now I just added the common infrastructure for this extension
https://github.com/llvm/llvm-project/pull/126545
More information about the llvm-commits
mailing list