[llvm] [SPIR-V] Initial implementation of SPV_INTEL_long_composites (PR #126545)
Dmitry Sidorov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 06:55:31 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: {
----------------
MrSidims wrote:
Are those instructions tested elsewhere?
https://github.com/llvm/llvm-project/pull/126545
More information about the llvm-commits
mailing list