[PATCH] D123583: [AMDGPU] Select no-return atomic intrinsics in tblgen

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 15:49:29 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUInstructions.td:559
+multiclass ret_noret_intr {
+  defm int_ # NAME : ret_noret_op;
+}
----------------
This just moved the int_ prefix, and doesn't eliminate it. I just realized these are the cases that only come from the intrinsics, so maybe this is fine (but just directly using int_ before would be better)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123583



More information about the llvm-commits mailing list