[all-commits] [llvm/llvm-project] 569ef8: [AMDGPU] Add pseudo scalar trans instructions for ...
Mirko Brkušanin via All-commits
all-commits at lists.llvm.org
Fri Dec 15 01:41:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 569ef8ddd949d5eab8b4aea2ee181c318dc95f09
https://github.com/llvm/llvm-project/commit/569ef8ddd949d5eab8b4aea2ee181c318dc95f09
Author: Mirko Brkušanin <Mirko.Brkusanin at amd.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/GCNProcessors.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SISchedule.td
M llvm/lib/Target/AMDGPU/SOPInstructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-pseudo-scalar-transcendental.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.rsq.clamp.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-pseudo-scalar-transcendental.mir
A llvm/test/CodeGen/AMDGPU/move-to-valu-pseudo-scalar-trans.ll
A llvm/test/CodeGen/AMDGPU/pseudo-scalar-transcendental.ll
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
A llvm/test/tools/llvm-mca/AMDGPU/gfx12-pseudo-scalar-trans.s
Log Message:
-----------
[AMDGPU] Add pseudo scalar trans instructions for GFX12 (#75204)
More information about the All-commits
mailing list