This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX10] Enabled decoding of 'null' operand
ClosedPublic

Authored by dp on Oct 2 2019, 10:53 AM.

Details

Summary

null cannot be decoded when used as a source operand of 64-bit SOP instructions.

0x7d,0x00,0x80,0x91

Expected result is the following:

s_ashr_i64 s[0:1], null, s0

Actual result: an assert.

See bug 43485: https://bugs.llvm.org/show_bug.cgi?id=43485

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Oct 2 2019, 10:53 AM
This revision is now accepted and ready to land.Oct 2 2019, 10:58 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2019, 5:39 AM