[PATCH] D142456: [AArch64] cost mode.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 07:16:50 PST 2023
fhahn added a comment.
Could you please update the title to be more descriptive?
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:2063
+
+ // Add high cost for extending to illegal -too widen- scalable vectors.
+ { ISD::ZERO_EXTEND, MVT::nxv16i16, MVT::nxv16i8, 16},
----------------
nit: `-too wide-`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142456/new/
https://reviews.llvm.org/D142456
More information about the llvm-commits
mailing list