This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Fix for Bug 28204 + LIT tests
ClosedPublic

Authored by dp on Mar 10 2017, 7:44 AM.

Details

Summary

Currently v_mad_i64_i32/u64_u32 are encoded using VOP3a format.
VOP3b must be used instead.

Note: there is a bug in CI/VI doc stating VOP3a, but this is fixed for GFX9.

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Mar 10 2017, 7:44 AM
This revision is now accepted and ready to land.Mar 17 2017, 6:56 AM
This revision was automatically updated to reflect the committed changes.