[PATCH] D109491: [AArch64] NFC: Remove unused template args

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 11 10:59:50 PDT 2021


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Sounds good to me



================
Comment at: llvm/lib/Target/AArch64/AArch64InstrFormats.td:2202
   def Wrrr : BaseMulAccum<isSub, 0b000, GPR32, GPR32, asm,
       [/*(set GPR32:$Rd, (AccNode GPR32:$Ra, (mul GPR32:$Rn, GPR32:$Rm)))*/]>,
       Sched<[WriteIM32, ReadIM, ReadIM, ReadIMA]> {
----------------
These comments can be removed, if they are not used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109491



More information about the llvm-commits mailing list