forked from OSchip/llvm-project
parent
9e98ef1c59
commit
205d70ed28
|
@ -1,5 +1,4 @@
|
|||
; RUN: llc
|
||||
|
||||
; RUN: llc < %s
|
||||
|
||||
!llvm.dbg.cu = !{!0}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -loop-unroll -disable-output
|
||||
; RUN: opt -loop-unroll -disable-output < %s
|
||||
; PR11361
|
||||
|
||||
; This tests for an iterator invalidation issue.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -loop-unswitch -disable-output
|
||||
; RUN: opt -loop-unswitch -disable-output < %s
|
||||
; PR10031
|
||||
|
||||
define i32 @test(i32 %command) {
|
||||
|
|
Loading…
Reference in New Issue