[llvm] [SPIR-V] Fix vloadn OpenCL builtin lowering (PR #81148)
Michal Paszkowski via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 10 02:06:57 PST 2024
================
@@ -0,0 +1,40 @@
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
+; This test only itends to check the vloadn builtin lowering.
----------------
michalpaszkowski wrote:
@iliya-diyachkov Thank you, fixed!
https://github.com/llvm/llvm-project/pull/81148
More information about the llvm-commits
mailing list