[PATCH] D123656: [NFC][CodeGen] Use ArrayRef in TargetLowering functions

Shao-Ce SUN via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 00:16:21 PDT 2022


sunshaoce added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:2259
   /// specified type and indicate what to do about it.
   void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT,
                         LegalizeAction Action) {
----------------
How about use `ArrayRef<unsigned> ExtTypes` here?


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

https://reviews.llvm.org/D123656



More information about the llvm-commits mailing list