[PATCH] D72122: AMDGPU: Only allow regs for s_movrel_{b32|b64}

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 12:31:10 PST 2020


arsenm closed this revision.
arsenm marked an inline comment as done.
arsenm added a comment.

92ff017a857b085c8b729a744b4265b3f7a6a1d4 <https://reviews.llvm.org/rG92ff017a857b085c8b729a744b4265b3f7a6a1d4>



================
Comment at: llvm/lib/Target/AMDGPU/SOPInstructions.td:270
+def S_MOVRELS_B64 : SOP1_64R <"s_movrels_b64">;
 def S_MOVRELD_B32 : SOP1_32 <"s_movreld_b32">;
 def S_MOVRELD_B64 : SOP1_64 <"s_movreld_b64">;
----------------
rampitec wrote:
> Should these two be fixed as well?
Yes, but these have other issues that need to be addressed to really use them also


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72122/new/

https://reviews.llvm.org/D72122





More information about the llvm-commits mailing list