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

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 14:30:51 PDT 2022


rampitec added inline comments.


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


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