[all-commits] [llvm/llvm-project] bf3ac0: [Clang][AMDGPU] Change __fp16 to _Float16 in GFX12...
Rana Pratap Reddy via All-commits
all-commits at lists.llvm.org
Mon Feb 23 21:16:33 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf3ac05ed2664021e89937bda78cc5fc151f1705
https://github.com/llvm/llvm-project/commit/bf3ac05ed2664021e89937bda78cc5fc151f1705
Author: Rana Pratap Reddy <109514914+ranapratap55 at users.noreply.github.com>
Date: 2026-02-24 (Tue, 24 Feb 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsAMDGPU.td
A clang/test/CodeGenHIP/builtins-amdgcn-gfx1250-cvt-f16.hip
Log Message:
-----------
[Clang][AMDGPU] Change __fp16 to _Float16 in GFX1250 CVT builtin definitions (#182893)
Change the type signature `gfx1250 cvt` builtins from `__fp16` to
`_Float16` in the tablegen builtin definitions.
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