Skip to content

Commit 95d23b9

Browse files
authored
Update SIInstructions.td
1 parent 25071dc commit 95d23b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3210,9 +3210,9 @@ def : GCNPat <
32103210
>;
32113211
let True16Predicate = UseFakeTrue16Insts in
32123212
def : GCNPat <
3213-
(fma (f16 (VOP3NoMods f32:$src0)),
3214-
(f16 (VOP3NoMods f32:$src1)),
3215-
(f16 (VOP3NoMods f32:$src2))),
3213+
(fma (f16 (VOP3NoMods f16:$src0)),
3214+
(f16 (VOP3NoMods f16:$src1)),
3215+
(f16 (VOP3NoMods f16:$src2))),
32163216
(V_FMAC_F16_fake16_e64 SRCMODS.NONE, $src0, SRCMODS.NONE, $src1,
32173217
SRCMODS.NONE, $src2)
32183218
>;

0 commit comments

Comments
 (0)