diff options
author | Changpeng Fang <changpeng.fang@amd.com> | 2024-03-25 16:55:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 16:55:22 -0700 |
commit | 350bda4419e15e5d68a87667988458546fa2e0c2 (patch) | |
tree | 70472dd11ce05cfce8edd05fbd3c97ad50fb5180 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 8f86c6bf9524a5f8c9ae26a6599678008d8c9386 (diff) | |
download | llvm-350bda4419e15e5d68a87667988458546fa2e0c2.zip llvm-350bda4419e15e5d68a87667988458546fa2e0c2.tar.gz llvm-350bda4419e15e5d68a87667988458546fa2e0c2.tar.bz2 |
AMDGPU: Rename intrinsics and remove f16/bf16 versions for load transpose (#86313)
Rename the intrinsics to close to the instruction mnemonic names:
Use global_load_tr_b64 and global_load_tr_b128 instead of
global_load_tr.
This patch also removes f16/bf16 versions of builtins/intrinsics. To
simplify the design, we should avoid enumerating all possible types in
implementing builtins. We can always use bitcast.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions