[all-commits] [llvm/llvm-project] 8de1f0: [AMDGPU] gfx11 Fix VOP3 dot instructions
petar-avramovic via All-commits
all-commits at lists.llvm.org
Fri Jul 22 02:48:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8de1f04c77af1a6e348157073d9924439b71bf6f
https://github.com/llvm/llvm-project/commit/8de1f04c77af1a6e348157073d9924439b71bf6f
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.bf16.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.f16.f16.ll
M llvm/test/MC/AMDGPU/gfx11_asm_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_vop123.s
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_all.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
Log Message:
-----------
[AMDGPU] gfx11 Fix VOP3 dot instructions
Fix src modifiers for operands with bf16 type.
op_sel[0:1] are ignored.
Differential Revision: https://reviews.llvm.org/D129084
More information about the All-commits
mailing list