[PATCH] D123653: [NFC][RISCV][CodeGen] Use ArrayRef in TargetLowering functions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 19:30:17 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:242
+    setOperationAction(ISD::BITREVERSE, MVT::i8, Custom);
     // BSWAP i8 doesn't exist.
 
----------------
This comment needs to be above the previous line for it to make sense. It's explaining why the i8 doesn't use `{ISD::BITREVERSE, ISD::BSWAP}`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123653



More information about the llvm-commits mailing list