mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 07:12:06 +00:00
Remove -O3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
53774a821d
commit
fc822ce34d
@ -1,7 +1,7 @@
|
|||||||
; The code in InstCombiner::FoldSelectOpOp was calling
|
; The code in InstCombiner::FoldSelectOpOp was calling
|
||||||
; Type::getVectorNumElements without checking first if the type was a vector.
|
; Type::getVectorNumElements without checking first if the type was a vector.
|
||||||
|
|
||||||
; RUN: opt < %s -instcombine -S -O3
|
; RUN: opt < %s -instcombine -S
|
||||||
|
|
||||||
define i32 @vselect1(i32 %a.coerce, i32 %b.coerce, i32 %c.coerce) {
|
define i32 @vselect1(i32 %a.coerce, i32 %b.coerce, i32 %c.coerce) {
|
||||||
entry:
|
entry:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user