[llvm] [SPIR-V] Fix scalarization of 1-element vector (PR #185529)

Viktoria Maximova via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 08:52:32 PDT 2026


================
@@ -0,0 +1,129 @@
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
----------------
vmaksimo wrote:

Just for my knowledge, don't we need wherever possible to run `llc` with `-verify-machineinstrs`?

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


More information about the llvm-commits mailing list