[PATCH] D78937: [CostModel] Use isExtLoad in BasicTTI
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 11:20:48 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/BasicTTIImpl.h:700
- return TargetTransformInfo::TCC_Free;
- break;
case Instruction::ZExt:
----------------
Maybe keep this separate from the int extends?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78937/new/
https://reviews.llvm.org/D78937
More information about the llvm-commits
mailing list