This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Removed V_MQSAD_U16_U8
ClosedPublic

Authored by dp on May 12 2017, 5:54 AM.

Details

Summary

This instruction does not really exist.
In MC it is defined with the same opcode as v_fract_f64_e64 which causes incorrect disassembly.

See Bug 33018: https://bugs.llvm.org//show_bug.cgi?id=33018

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.May 12 2017, 5:54 AM
This revision is now accepted and ready to land.May 12 2017, 7:49 AM
This revision was automatically updated to reflect the committed changes.