[PATCH] D141601: [AArch64][SME2] MOVA tile-to-vector and vector-to-tile should not accept VG suffix

Matt Devereau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 07:22:25 PST 2023


MattDevereau added inline comments.


================
Comment at: llvm/lib/Target/AArch64/SMEInstrFormats.td:3243
 
 class sme2_mova_tile_to_vec_vg2_multi_base<bits<2> sz, bit v, bits<3> op,
                                            RegisterOperand vector_ty,
----------------
Given that `vgx2` has been removed from this class is it not misleading to still have `vg2` in the class and multiclass name? Same goes for the `vgx4` variants.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141601



More information about the llvm-commits mailing list