[PATCH] D123656: [NFC][CodeGen] Use ArrayRef in TargetLowering functions
LiqinWeng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 00:42:40 PDT 2022
Miss_Grape 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) {
----------------
sunshaoce wrote:
> How about use `ArrayRef<unsigned> ExtTypes` here?
Sorry, there was a problem because I didn't update the locally.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123656/new/
https://reviews.llvm.org/D123656
More information about the llvm-commits
mailing list