mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Remove a -O2 usage from a CSE specific test file
Given this is checking attributes, there are a bunch of valid ways that O2 can infer attributes that CSE will not.
This commit is contained in:
parent
e3f85d297f
commit
16c74aa0ec
@ -1,7 +1,6 @@
|
|||||||
; RUN: opt -S -early-cse -earlycse-debug-hash < %s | FileCheck %s
|
; RUN: opt -S -early-cse -earlycse-debug-hash < %s | FileCheck %s
|
||||||
; RUN: opt -S -gvn < %s | FileCheck %s
|
; RUN: opt -S -gvn < %s | FileCheck %s
|
||||||
; RUN: opt -S -newgvn < %s | FileCheck %s
|
; RUN: opt -S -newgvn < %s | FileCheck %s
|
||||||
; RUN: opt -S -O3 < %s | FileCheck %s
|
|
||||||
|
|
||||||
; These tests checks if passes with CSE functionality can do CSE on
|
; These tests checks if passes with CSE functionality can do CSE on
|
||||||
; launder.invariant.group, that is prohibited if there is a memory clobber
|
; launder.invariant.group, that is prohibited if there is a memory clobber
|
||||||
|
Loading…
Reference in New Issue
Block a user