[all-commits] [llvm/llvm-project] edc37b: [AMDGPU] Add MC layer support for v_fmac_legacy_f32
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Oct 13 14:07:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: edc37baca6d6e4f28b7f4136e3263d3f1c3199f1
https://github.com/llvm/llvm-project/commit/edc37baca6d6e4f28b7f4136e3263d3f1c3199f1
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-10-13 (Tue, 13 Oct 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
A llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_dasm_new.txt
Log Message:
-----------
[AMDGPU] Add MC layer support for v_fmac_legacy_f32
This instruction was introduced in GFX10.3, reusing the opcode of
v_mac_legacy_f32 from GFX10.1.
Differential Revision: https://reviews.llvm.org/D89247
More information about the All-commits
mailing list