mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add extload(i1) test.
llvm-svn: 32872
This commit is contained in:
parent
c7f5caf1e7
commit
86c825514f
22
test/Regression/CodeGen/ARM/extloadi1.ll
Normal file
22
test/Regression/CodeGen/ARM/extloadi1.ll
Normal file
@ -0,0 +1,22 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
|
||||
|
||||
%handler_installed.6144.b = external global bool ; <bool*> [#uses=1]
|
||||
|
||||
|
||||
void %__mf_sigusr1_respond() {
|
||||
entry:
|
||||
%tmp8.b = load bool* %handler_installed.6144.b ; <bool> [#uses=1]
|
||||
br bool false, label %cond_true7, label %cond_next
|
||||
|
||||
cond_next: ; preds = %entry
|
||||
br bool %tmp8.b, label %bb, label %cond_next3
|
||||
|
||||
cond_next3: ; preds = %cond_next
|
||||
ret void
|
||||
|
||||
bb: ; preds = %cond_next
|
||||
ret void
|
||||
|
||||
cond_true7: ; preds = %entry
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user