[PATCH] D75525: [TTI][ARM][MVE] Refine gather/scatter cost model
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 03:46:41 PDT 2020
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:1025
+ unsigned ScalarizationCostPassed = UINT_MAX,
+ const Instruction *I = nullptr) const;
----------------
Add an I doxygen comment again?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75525/new/
https://reviews.llvm.org/D75525
More information about the llvm-commits
mailing list