[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:28 PST 2025
================
@@ -4228,7 +4237,7 @@ static SDValue lowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG,
// Cap the cost at a value linear to the number of elements in the vector.
// The default lowering is to use the stack. The vector store + scalar loads
// is linear in VL. However, at high lmuls vslide1down and vslidedown end up
- // being (at least) linear in LMUL. As a result, using the vslidedown
+ // being (at least) linear in LMUL. As a resultdedown
----------------
topperc wrote:
Something bad happened to this comment.
https://github.com/llvm/llvm-project/pull/124664
More information about the llvm-commits
mailing list