[llvm] [SPIR-V] Support all the instructions of SPV_KHR_integer_dot_product (PR #123792)

Dmitry Sidorov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 09:31:19 PST 2025


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

Please add SPIR-V 1.6 command lines in the tests

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


More information about the llvm-commits mailing list