Skip to content

Commit a724f9a

Browse files
committed
[SLP][NFC]Make whole reg non-power-2 test for x86 and aarch64 along with risc-v
1 parent 26ba186 commit a724f9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/Transforms/SLPVectorizer/RISCV/reduction-whole-regs-loads.ll renamed to llvm/test/Transforms/SLPVectorizer/reduction-whole-regs-loads.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
22
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=riscv64-unknown-linux -mattr=+v -slp-threshold=-100 | FileCheck %s
3+
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=x86_64-unknown-linux -mattr=+v -slp-threshold=-100 | FileCheck %s
4+
; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=aarch64-unknown-linux -mattr=+v -slp-threshold=-100 | FileCheck %s
5+
; REQUIRES: aarch64-registered-target, x86-registered-target, riscv-registered-target
36

47
define i64 @test(ptr %p) {
58
; CHECK-LABEL: @test(

0 commit comments

Comments
 (0)