[all-commits] [llvm/llvm-project] 0a1dde: [Clang] Fix GPU match any truncating 64-bit lane mask
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Apr 30 14:25:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a1dde1d7957531701ba56e357276033a927f496
https://github.com/llvm/llvm-project/commit/0a1dde1d7957531701ba56e357276033a927f496
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M clang/lib/Headers/gpuintrin.h
Log Message:
-----------
[Clang] Fix GPU match any truncating 64-bit lane mask
Summary:
This is a lane mask, needs all 64 bits for those wave64 targets. At some
point we should introduce __lanemask_t for this.
Commit: 21dcf6bcd1e2845601d07e1e46f17615d595f698
https://github.com/llvm/llvm-project/commit/21dcf6bcd1e2845601d07e1e46f17615d595f698
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M libc/cmake/modules/LLVMLibCLibraryRules.cmake
Log Message:
-----------
[libc] Make sure we use the right linker for bitcode linking
Summary:
We need to use the default arguments to ensure this uses the right
linker for the toolchain given cross-compiling contexts.
Compare: https://github.com/llvm/llvm-project/compare/27e8e08b6633...21dcf6bcd1e2
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