[llvm] [SPIR-V] Initial implementation of SPV_INTEL_long_composites (PR #126545)

Vyacheslav Levytskyy via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 06:17:10 PST 2025


================
@@ -0,0 +1,54 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown --spirv-ext=+SPV_INTEL_long_composites %s -o - | FileCheck %s
----------------
VyacheslavLevytskyy wrote:

Probably it would be better to clean the test case of irrelevant details, like lifestart/stop and metadata, just to deliver a clean "long struct to spir-v" check.

https://github.com/llvm/llvm-project/pull/126545


More information about the llvm-commits mailing list