[PATCH] D146033: [AArch64][TTI] Cost model FADD/FSUB/FNEG
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 10:50:05 PDT 2023
MaskRay added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:2420
+ if (!Ty->getScalarType()->isFP128Ty())
+ return LT.first;
case ISD::FMUL:
----------------
Also an `error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]` to address before you reland the patch :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146033/new/
https://reviews.llvm.org/D146033
More information about the llvm-commits
mailing list