diff --git a/llvm/test/Transforms/SLPVectorizer/RISCV/load-store.ll b/llvm/test/Transforms/SLPVectorizer/RISCV/load-store.ll --- a/llvm/test/Transforms/SLPVectorizer/RISCV/load-store.ll +++ b/llvm/test/Transforms/SLPVectorizer/RISCV/load-store.ll @@ -1,7 +1,7 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -passes=slp-vectorizer -mtriple=riscv64 -mattr=+v \ -; RUN: -riscv-v-vector-bits-min=-1 -riscv-v-slp-max-vf=0 -S | FileCheck %s --check-prefixes=CHECK -; RUN: opt < %s -passes=slp-vectorizer -mtriple=riscv64 -mattr=+v -S | FileCheck %s --check-prefixes=DEFAULT +; RUN: -riscv-v-vector-bits-min=-1 -riscv-v-slp-max-vf=0 -S | FileCheck %s +; RUN: opt < %s -passes=slp-vectorizer -mtriple=riscv64 -mattr=+v -S | FileCheck %s --check-prefix=DEFAULT define void @simple_copy(ptr %dest, ptr %p) { diff --git a/llvm/test/Transforms/SLPVectorizer/RISCV/reductions.ll b/llvm/test/Transforms/SLPVectorizer/RISCV/reductions.ll --- a/llvm/test/Transforms/SLPVectorizer/RISCV/reductions.ll +++ b/llvm/test/Transforms/SLPVectorizer/RISCV/reductions.ll @@ -1,10 +1,10 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -passes=slp-vectorizer -mtriple=riscv64 -mattr=+v \ -; RUN: -riscv-v-vector-bits-min=128 -S | FileCheck %s --check-prefixes=CHECK +; RUN: -riscv-v-vector-bits-min=128 -S | FileCheck %s ; RUN: opt < %s -passes=slp-vectorizer -mtriple=riscv64 -mattr=+v \ -; RUN: -riscv-v-vector-bits-min=256 -S | FileCheck %s --check-prefixes=CHECK +; RUN: -riscv-v-vector-bits-min=256 -S | FileCheck %s ; RUN: opt < %s -passes=slp-vectorizer -mtriple=riscv64 -mattr=+v \ -; RUN: -riscv-v-vector-bits-min=512 -S | FileCheck %s --check-prefixes=CHECK +; RUN: -riscv-v-vector-bits-min=512 -S | FileCheck %s target datalayout = "e-m:e-p:64:64-i64:64-i128:128-n64-S128" target triple = "riscv64"