This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by dp on Mar 29 2017, 7:50 AM.

Details

Reviewers
vpykhtin
Summary

Corrected src0 for v_writelane_b32:

  • Enabled inline constants and literals for SI/CI (VOP2)
  • Enabled inline constants for VI (VOP3)

Diff Detail

Event Timeline

dp created this revision.Mar 29 2017, 7:50 AM
vpykhtin accepted this revision.Mar 29 2017, 9:02 AM

LGTM.

This revision is now accepted and ready to land.Mar 29 2017, 9:02 AM
arsenm added inline comments.Mar 29 2017, 10:41 AM
lib/Target/AMDGPU/VOP2Instructions.td
581

s/offline literals/inline immediates. Or you can just drop the comment, it is already on the operand type definition

dp marked an inline comment as done.Mar 29 2017, 11:03 AM
dp added inline comments.
lib/Target/AMDGPU/VOP2Instructions.td
581

ok, I'll remove this comment

dp closed this revision.Apr 5 2017, 9:44 AM
dp marked an inline comment as done.

Closed by commit rL299555: [AMDGPU][MC] Fix for Bug 28167 + LIT tests