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

Petr Penzin via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 22:49:08 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
----------------
ppenzin wrote:

Addressed.

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


More information about the llvm-commits mailing list