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
Differential D68348
[AMDGPU][MC][GFX10] Enabled decoding of 'null' operand Authored by dp on Oct 2 2019, 10:53 AM.
Details 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
|