[PATCH] D64431: [AMDGPU] gfx908 dot instruction support
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 11:55:34 PDT 2019
rampitec marked an inline comment as done.
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/VOP2Instructions.td:681-684
+ def : GCNPat<
+ (i32 (int_amdgcn_sdot2 v2i16:$src0, v2i16:$src1, i32:$src2, (i1 DSTCLAMP.NONE))),
+ (i32 (V_DOT2C_I32_I16_e32 $src0, $src1, $src2))
+ > {
----------------
arsenm wrote:
> can you put these directly in the instruction definition pattern?
As a separate patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64431/new/
https://reviews.llvm.org/D64431
More information about the llvm-commits
mailing list