[all-commits] [llvm/llvm-project] ebb258: [AMDGPU] Make V_SAT_PK_U8_I16 a True16 Instruction
Joe Nash via All-commits
all-commits at lists.llvm.org
Mon Oct 10 07:34:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebb258d3b0785f6dcc65e1f277d0690891ddc94d
https://github.com/llvm/llvm-project/commit/ebb258d3b0785f6dcc65e1f277d0690891ddc94d
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_promote.s
Log Message:
-----------
[AMDGPU] Make V_SAT_PK_U8_I16 a True16 Instruction
The return type is two u8 packed into a 16 bit VGPR, so this instruction
should be True16.
Reviewed By: dp
Differential Revision: https://reviews.llvm.org/D135478
More information about the All-commits
mailing list