[all-commits] [llvm/llvm-project] c19a30: [SPIR-V] Support 2 more instructions from SPV_INTE...
Viktoria Maximova via All-commits
all-commits at lists.llvm.org
Thu Feb 27 06:46:45 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c19a303867b0097e27e1cedb486f69064be40476
https://github.com/llvm/llvm-project/commit/c19a303867b0097e27e1cedb486f69064be40476
Author: Viktoria Maximova <viktoria.maksimova at intel.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVInstrInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVUtils.cpp
M llvm/lib/Target/SPIRV/SPIRVUtils.h
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-composite-construct.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll
Log Message:
-----------
[SPIR-V] Support 2 more instructions from SPV_INTEL_long_composites (#128190)
This change adds support for `OpSpecConstantCompositeContinuedINTEL` and
`OpCompositeConstructContinuedINTEL` instructions and continues work
done in #126545.
Specification:
https://github.khronos.org/SPIRV-Registry/extensions/INTEL/SPV_INTEL_long_composites.html
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list