File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: not opt -O1 -O2 < %s 2>&1 | FileCheck %s --check-prefix=MULTIPLE
2
2
; RUN: not opt -O1 -passes='no-op-module' < %s 2>&1 | FileCheck %s --check-prefix=BOTH
3
- ; RUN: not opt -O1 -- gvn < %s 2>&1 | FileCheck %s --check-prefix=BOTH
3
+ ; RUN: not opt -O1 -passes= gvn < %s 2>&1 | FileCheck %s --check-prefix=BOTH
4
4
; RUN: opt -O0 < %s -S 2>&1 | FileCheck %s --check-prefix=OPT
5
5
; RUN: opt -O1 < %s -S 2>&1 | FileCheck %s --check-prefix=OPT
6
6
; RUN: opt -O2 < %s -S 2>&1 | FileCheck %s --check-prefix=OPT
Original file line number Diff line number Diff line change 1
- ; RUN: not opt -S -verify < %s 2>&1 | FileCheck %s
1
+ ; RUN: not opt -S -passes= verify < %s 2>&1 | FileCheck %s
2
2
3
3
;; Arrays cannot contain scalable vectors; make sure we detect them even
4
4
;; when nested inside other aggregates.
You can’t perform that action at this time.
0 commit comments