[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/extloadi1.ll

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu Jan 4 06:27:36 PST 2007



Changes in directory llvm/test/Regression/CodeGen/ARM:

extloadi1.ll added (r1.1)
---
Log message:

Add extload(i1) test.


---
Diffs of the changes:  (+22 -0)

 extloadi1.ll |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+)


Index: llvm/test/Regression/CodeGen/ARM/extloadi1.ll
diff -c /dev/null llvm/test/Regression/CodeGen/ARM/extloadi1.ll:1.1
*** /dev/null	Thu Jan  4 08:27:31 2007
--- llvm/test/Regression/CodeGen/ARM/extloadi1.ll	Thu Jan  4 08:27:21 2007
***************
*** 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
+ }






More information about the llvm-commits mailing list