[PATCH] D117723: [NFCI] Move cost estimation from TargetLowering to TargetTransformInfo.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 04:17:05 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:966
+ LegalizeKind getTypeConversion(LLVMContext &Context, EVT VT) const;
/// Return how we should legalize values of this type, either it is already
----------------
doxygen comment / description?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117723/new/
https://reviews.llvm.org/D117723
More information about the llvm-commits
mailing list