[PATCH] D97549: [RISCV] Enable fixed-length vectorization of LoopVectorizer for RISC-V Vector

Luke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 04:26:01 PST 2021


luke957 added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/RISCV/riscv-unroll.ll:1
+; RUN: opt < %s -loop-vectorize -mtriple=riscv64 -mattr=+experimental-v -riscv-v-vector-bits-min=128 -S | FileCheck %s
+
----------------
frasercrmck wrote:
> We could perhaps add an extra RUN line for riscv32 just to make sure nothing silly is going on.
Add RUN line for riscv32.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97549/new/

https://reviews.llvm.org/D97549



More information about the llvm-commits mailing list