mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
convert to filecheck style, simplify RUN line, and add comment.
llvm-svn: 75667
This commit is contained in:
parent
98ad0f7632
commit
9f8b22c8ff
@ -1,10 +1,10 @@
|
||||
; RUN: llvm-as < %s | \
|
||||
; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
|
||||
; RUN: grep L_Arr.non_lazy_ptr
|
||||
; RUN: llvm-as < %s | \
|
||||
; RUN: llc -disable-post-RA-scheduler=true \
|
||||
; RUN: -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
|
||||
; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep {4(%esp)}
|
||||
; LSR should hoist the load from the "Arr" stub out of the loop.
|
||||
|
||||
; RUN: llvm-as < %s | llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 | FileCheck %s
|
||||
|
||||
; CHECK: _foo:
|
||||
; CHECK: L_Arr$non_lazy_ptr
|
||||
; CHECK: LBB1_1: ## cond_true
|
||||
|
||||
@Arr = external global [0 x i32] ; <[0 x i32]*> [#uses=1]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user