[PATCH] D127680: [BasicTTI] Allow generic handling of scalable vector fshr/fshl
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 18 11:30:56 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:425
+ case Intrinsic::fshr:
+ // Match legacy behavior - this is probably not the right costing here
+ if (isa<ScalableVectorType>(RetTy))
----------------
Seems like this should be a FIXME?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127680/new/
https://reviews.llvm.org/D127680
More information about the llvm-commits
mailing list