[llvm] [LLVM][IR] Support target extension types in vectors (PR #140630)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 13:44:27 PDT 2025


================
@@ -0,0 +1,11 @@
+; RUN: llvm-as -o - %s | llvm-dis | FileCheck %s
+
+; CHECK-LABEL: @vec_ops(
+define <2 x target("spirv.Image")> @vec_ops(<2 x target("spirv.Image")> %x) {
----------------
arysef wrote:

added a new extension type property to support what you suggested

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


More information about the llvm-commits mailing list