[all-commits] [llvm/llvm-project] 466c1c: [AMDGPU] Reimplement icmp and fcmp builtins using ...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Jul 8 08:37:46 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 466c1c2976f5206bb931617973ca030c51881b0a
https://github.com/llvm/llvm-project/commit/466c1c2976f5206bb931617973ca030c51881b0a
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/test/CodeGenCUDA/builtins-amdgcn.cu
M clang/test/CodeGenCUDA/builtins-spirv-amdgcn.cu
M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
Log Message:
-----------
[AMDGPU] Reimplement icmp and fcmp builtins using ballot (#208231)
Use `llvm.amdgcn.ballot` instead of the deprecated intrinsics
`llvm.amdgcn.icmp` and `llvm.amdgcn.fcmp`.
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