[PATCH] D127662: [AMDGPU] Add GFX11 llvm.amdgcn.permlane64 intrinsic

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 13:13:27 PDT 2022


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/VOP1Instructions.td:522
+                                      getVOP1Pat64<int_amdgcn_permlane64,
+                                                   VOP_MOVRELS>.ret,
                                       /*VOP1Only=*/ 1>;
----------------
rampitec wrote:
> A small nit: maybe VOP_MOVRELS needs a new name now.
Sure, if anyone has a good idea for a name. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127662



More information about the llvm-commits mailing list