[all-commits] [llvm/llvm-project] ca867c: [SPIR-V] Convert integer vector to bool vector for...
Arseniy Obolenskiy via All-commits
all-commits at lists.llvm.org
Wed Apr 15 02:55:59 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca867c7d9450b3e72157433585bb858468a308d6
https://github.com/llvm/llvm-project/commit/ca867c7d9450b3e72157433585bb858468a308d6
Author: Arseniy Obolenskiy <arseniy.obolenskiy at amd.com>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
Log Message:
-----------
[SPIR-V] Convert integer vector to bool vector for OpAny/OpAll (#191804)
OpenCL any()/all() builtins receive integer vectors, but OpAny/OpAll
require boolean vector inputs per the SPIR-V spec
related to https://github.com/llvm/llvm-project/issues/190736
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