[PATCH] D125656: [RISCV][NFC] Use more Arrayref in TargetLowering functions.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 07:56:37 PDT 2022
reames added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:285
- static constexpr ISD::NodeType FPLegalNodeTypes[] = {
ISD::FMINNUM, ISD::FMAXNUM, ISD::LRINT,
----------------
Er, this looks like an undesirable change. Could we add a typed overload for setOperationAction instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125656/new/
https://reviews.llvm.org/D125656
More information about the llvm-commits
mailing list