[all-commits] [llvm/llvm-project] 6e4692: [AMDGPU] - Add s_wqm intrinsics (#71048)
Jessica Del via All-commits
all-commits at lists.llvm.org
Fri Nov 3 06:49:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e4692c9ee8718eed19288f0e5b2d9d6655cb56d
https://github.com/llvm/llvm-project/commit/6e4692c9ee8718eed19288f0e5b2d9d6655cb56d
Author: Jessica Del <50999226+OutOfCache at users.noreply.github.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SOPInstructions.td
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wqm.ll
Log Message:
-----------
[AMDGPU] - Add s_wqm intrinsics (#71048)
Add intrinsics to generate `s_wqm_b32` and `s_wqm_b64`.
Support VGPR arguments by inserting a `v_readfirstlane`.
More information about the All-commits
mailing list