[PATCH] D136690: [AArch64][SVE2] Add the SVE2.1 shift-and-narrow instructions

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 16:44:21 PDT 2022


paulwalker-arm accepted this revision.
paulwalker-arm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AArch64/SVEInstrFormats.td:8714
+  let Inst{15-14} = 0b00;
+  let Inst{13-12} = opc;
+  let Inst{11-10} = 0b10;
----------------
Sorry I missed this during my previous review but looking at the decode table `opc` should be `Inst{13-11}`.


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

https://reviews.llvm.org/D136690



More information about the llvm-commits mailing list