[all-commits] [llvm/llvm-project] 73834f: [SPIR-V] Fix vload_half builtin argument count (#1...
Konrad Krawiec via All-commits
all-commits at lists.llvm.org
Tue Aug 27 01:26:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73834f45d8049ca15261284c392211bf5f8e5313
https://github.com/llvm/llvm-project/commit/73834f45d8049ca15261284c392211bf5f8e5313
Author: Konrad Krawiec <konrad at krawiec.cc>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.td
A llvm/test/CodeGen/SPIRV/opencl/vload_halfn.ll
Log Message:
-----------
[SPIR-V] Fix vload_half builtin argument count (#105585)
OpenCL's vload_half builtin expects two arguments, but the current
TableGen definition expects three.
This change fixes the mismatch and adds a test to check this.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list