[llvm] [RISCV] Tune flag for fast vrgather.vv (PR #124664)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 09:59:27 PST 2025


================
@@ -2845,10 +2845,19 @@ InstructionCost RISCVTargetLowering::getLMULCost(MVT VT) const {
 
 
 /// Return the cost of a vrgather.vv instruction for the type VT.  vrgather.vv
-/// is generally quadratic in the number of vreg implied by LMUL.  Note that
+/// may be quadratic in the number of vreg implied by LMUL, and is assumed to
+/// be by default.  VRGartherCostModel reflects available options.  Note that
----------------
topperc wrote:

VRGarther -> VRGather

https://github.com/llvm/llvm-project/pull/124664


More information about the llvm-commits mailing list