File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
llvm/test/Transforms/LoopVectorize Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: opt < %s -loop-vectorize -transform-warning -S -pass-remarks-missed='loop-vectorize' -pass-remarks-analysis='loop-vectorize' 2>&1 | FileCheck %s
2
- ; RUN: opt < %s -loop-vectorize -transform-warning -o /dev/null -pass-remarks-output=%t.yaml
1
+ ; RUN: opt < %s -loop-vectorize -transform-warning -S -pass-remarks-missed='loop-vectorize' -pass-remarks-analysis='loop-vectorize' -enable-new-pm=0 2>&1 | FileCheck %s
2
+ ; RUN: opt < %s -loop-vectorize -transform-warning -o /dev/null -pass-remarks-output=%t.yaml -enable-new-pm=0
3
3
; RUN: cat %t.yaml | FileCheck -check-prefix=YAML %s
4
4
5
5
; RUN: opt < %s -passes=loop-vectorize,transform-warning -S -pass-remarks-missed='loop-vectorize' -pass-remarks-analysis='loop-vectorize' 2>&1 | FileCheck %s
Original file line number Diff line number Diff line change 1
1
; This test verifies that the loop vectorizer will NOT produce a tail
2
2
; loop with the optimize for size or the minimize size attributes.
3
3
; REQUIRES: asserts
4
- ; RUN: opt < %s -loop-vectorize -S | FileCheck %s
5
- ; RUN: opt < %s -loop-vectorize -pgso -S | FileCheck %s -check-prefix=PGSO
6
- ; RUN: opt < %s -loop-vectorize -pgso=false -S | FileCheck %s -check-prefix=NPGSO
4
+ ; RUN: opt < %s -enable-new-pm=0 -loop-vectorize -S | FileCheck %s
5
+ ; RUN: opt < %s -enable-new-pm=0 -loop-vectorize -pgso -S | FileCheck %s -check-prefix=PGSO
6
+ ; RUN: opt < %s -enable-new-pm=0 -loop-vectorize -pgso=false -S | FileCheck %s -check-prefix=NPGSO
7
+ ; RUN: opt < %s -passes='require<profile-summary>,loop-vectorize' -S | FileCheck %s
8
+ ; RUN: opt < %s -passes='require<profile-summary>,loop-vectorize' -pgso -S | FileCheck %s -check-prefix=PGSO
9
+ ; RUN: opt < %s -passes='require<profile-summary>,loop-vectorize' -pgso=false -S | FileCheck %s -check-prefix=NPGSO
7
10
8
11
target datalayout = "E-m:e-p:32:32-i64:32-f64:32:64-a:0:32-n32-S128"
9
12
You can’t perform that action at this time.
0 commit comments