forked from OSchip/llvm-project
[RISCV] Modify a test line so it exercises the intended configuration once we turn on scalable vectorization
This commit is contained in:
parent
b064bc18c3
commit
adbe718675
|
@ -1,5 +1,5 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt -S -mtriple=riscv64 -mattr=+v -loop-vectorize < %s | FileCheck %s
|
||||
; RUN: opt -S -mtriple=riscv64 -mattr=+v -loop-vectorize -scalable-vectorization=off -riscv-v-vector-bits-min=0 < %s | FileCheck %s
|
||||
|
||||
; Make sure we don't unroll scalar loops in the loop vectorizer.
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue