See bug 41888: https://bugs.llvm.org/show_bug.cgi?id=41888
Should we also rename all *sopp* helpers like getSOPPBrEncoding to be *sop*? This will affect many lines of code so I'm not sure.
Paths
| Differential D62016
[AMDGPU][MC] Enabled labels as operands of s_call_b64 and s_cbranch_i_fork ClosedPublic Authored by dp on May 16 2019, 11:05 AM.
Details
Summary See bug 41888: https://bugs.llvm.org/show_bug.cgi?id=41888 Should we also rename all *sopp* helpers like getSOPPBrEncoding to be *sop*? This will affect many lines of code so I'm not sure.
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 5 others. · View Herald TranscriptMay 16 2019, 11:05 AM Comment Actions This is checked during fixups relaxations. An error is reported if the offset does not fit in 16 bits. See lit test max-branch-distance.s This revision is now accepted and ready to land.May 16 2019, 12:56 PM Closed by commit rL361040: [AMDGPU][MC] Enabled labels with s_call_b64 and s_cbranch_i_fork (authored by dpreobra). · Explain WhyMay 17 2019, 7:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 200047 llvm/trunk/lib/Target/AMDGPU/SOPInstructions.td
llvm/trunk/test/MC/AMDGPU/labels-branch-gfx9.s
llvm/trunk/test/MC/AMDGPU/sopk.s
llvm/trunk/test/MC/Disassembler/AMDGPU/sopk_gfx9.txt
llvm/trunk/test/MC/Disassembler/AMDGPU/sopk_vi.txt
|