[PATCH] D154435: [RISCV][NFC] Simplify uses of PatFrag binop_oneuse

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 04:37:53 PDT 2023


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.td:1244
 def and_oneuse : binop_oneuse<and>;
-def add_oneuse : binop_oneuse<add>;
 def mul_oneuse : binop_oneuse<mul>;
----------------
This is not used. So we can remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154435



More information about the llvm-commits mailing list