[all-commits] [llvm/llvm-project] 3ece94: [CIR][AMDGPU] Add support for AMDGCN trig_preop bu...
Ayokunle Amodu via All-commits
all-commits at lists.llvm.org
Fri Jul 31 11:56:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ece94d8f394f9142f0b6022761aa25a89946b20
https://github.com/llvm/llvm-project/commit/3ece94d8f394f9142f0b6022761aa25a89946b20
Author: Ayokunle Amodu <ayokunle321 at gmail.com>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
M clang/test/CIR/CodeGenHIP/builtins-amdgcn.hip
Log Message:
-----------
[CIR][AMDGPU] Add support for AMDGCN trig_preop builtins (#197399)
Adds codegen for the following AMDGCN trigonometric pre-operation
builtins:
- __builtin_amdgcn_trig_preop (double)
- __builtin_amdgcn_trig_preopf (float)
These are lowered to the corresponding `llvm.amdgcn.trig.preop`
intrinsic.
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