[llvm] [SPIR-V] Fix type mismatch in scalar-to-vector promotion for mixed-type builtins (PR #190969)

Arseniy Obolenskiy via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 01:44:21 PDT 2026


================
@@ -1,6 +1,7 @@
-;; Check that backend converts scalar arg to vector for ldexp math instructions
+;; Check that backend converts scalar arg to vector for ldexp math instructions.
 
 ; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
----------------
aobolensk wrote:

Done

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


More information about the llvm-commits mailing list