[all-commits] [llvm/llvm-project] 9e9ede: [AMDGPU] Fix MC tests for v_fmaak_f16 and v_fmamk_f16
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Jun 7 02:46:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e9edede1833f38e95cfa4845275cb40ee2b4020
https://github.com/llvm/llvm-project/commit/9e9edede1833f38e95cfa4845275cb40ee2b4020
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-06-07 (Mon, 07 Jun 2021)
Changed paths:
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
Log Message:
-----------
[AMDGPU] Fix MC tests for v_fmaak_f16 and v_fmamk_f16
This looks like a mistake when the tests were committed in r363946.
There were two sets of tests for the f32 variant of these instructions,
instead of one set for f16 and one set for f32.
Differential Revision: https://reviews.llvm.org/D103699
More information about the All-commits
mailing list