[all-commits] [llvm/llvm-project] 12c5a4: [Clang] Fix incorrect condition on ballot
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Mar 5 17:15:48 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12c5a46c300eedb6cafc68b987abb9c1fa913e96
https://github.com/llvm/llvm-project/commit/12c5a46c300eedb6cafc68b987abb9c1fa913e96
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M clang/lib/Headers/amdgpuintrin.h
M clang/lib/Headers/nvptxintrin.h
Log Message:
-----------
[Clang] Fix incorrect condition on ballot
Summary:
Somehow these got the `!` dropped and it wasn't tested because the
existing test only used the 32-bit variant.
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