[PATCH] D109826: [AMDGPU] Fix upcoming TableGen warnings on unused template arguments. NFC.

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 15 07:05:56 PDT 2021


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

LGTM



================
Comment at: llvm/lib/Target/AMDGPU/R600Instructions.td:213
 
-class R600_REDUCTION <bits<11> inst, dag ins, string asm, list<dag> pattern,
-                      InstrItinClass itin = VecALU> :
----------------
Maybe we could use a warning for unused class as well. Though considering the different tablegen backends may be difficult to implement. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109826



More information about the llvm-commits mailing list