mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-16 23:19:37 +00:00
Don't run expensive -O2 and -O3 in tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5bd0767a04
commit
943baedefd
@ -1,4 +1,4 @@
|
||||
; RUN: opt -O2 -disable-output < %s
|
||||
; RUN: opt -globaldce -disable-output < %s
|
||||
; PR15714
|
||||
|
||||
%struct.ham = type { i32 }
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: opt -O3 -S -analyze -scalar-evolution < %s | FileCheck %s
|
||||
; RUN: opt -S -analyze -scalar-evolution < %s | FileCheck %s
|
||||
;
|
||||
; This file contains phase ordering tests for scalar evolution.
|
||||
; Test that the standard passes don't obfuscate the IR so scalar evolution can't
|
||||
|
Loading…
x
Reference in New Issue
Block a user