This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add disasm tests for deep learning instructions + fix v_fmac_f32 disasm
ClosedPublic

Authored by kzhuravl on May 14 2018, 3:38 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl created this revision.May 14 2018, 3:38 PM
This revision is now accepted and ready to land.May 14 2018, 4:06 PM
arsenm added inline comments.May 15 2018, 12:37 AM
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
244–247 ↗(On Diff #146706)

Could we avoid this problem in the future by testing for a tied src2 operand?

This revision was automatically updated to reflect the committed changes.
kzhuravl added inline comments.May 15 2018, 11:57 AM
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
244–247 ↗(On Diff #146706)

Ok, let me prepare the chagne.