[PATCH] D153529: [RISCV] Remove unused TableGen classes and multiclasses.

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 11:59:07 PDT 2023


wangpc added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVScheduleV.td:141
 }
-// Define classes to define list containing all SchedWrites for each (name, LMUL)
-// pair for each LMUL in each of the SchedMxList variants above and name in
----------------
This is not used in upstream, but as the comment said, it can be used for defining `ReadAdvance`. So may we not remove this multiclass?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153529



More information about the llvm-commits mailing list