[llvm-commits] CVS: llvm/test/Regression/Assembler/2007-01-05-Local-Name-Conflict.ll
Reid Spencer
reid at x10sys.com
Fri Jan 5 21:15:43 PST 2007
Changes in directory llvm/test/Regression/Assembler:
2007-01-05-Local-Name-Conflict.ll added (r1.1)
---
Log message:
Test case for PR1082: http://llvm.org/PR1082 , an llvm-upgrade bug.
---
Diffs of the changes: (+23 -0)
2007-01-05-Local-Name-Conflict.ll | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+)
Index: llvm/test/Regression/Assembler/2007-01-05-Local-Name-Conflict.ll
diff -c /dev/null llvm/test/Regression/Assembler/2007-01-05-Local-Name-Conflict.ll:1.1
*** /dev/null Fri Jan 5 23:15:37 2007
--- llvm/test/Regression/Assembler/2007-01-05-Local-Name-Conflict.ll Fri Jan 5 23:15:27 2007
***************
*** 0 ****
--- 1,23 ----
+ ; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+
+ implementation ; Functions:
+
+ void %interpret() {
+ entry:
+ %x = bitcast sbyte 1 to sbyte
+ %x = bitcast ubyte 1 to ubyte
+ %x = bitcast short 1 to short
+ %x = bitcast ushort 1 to ushort
+ %x = bitcast int 1 to int
+ %x = bitcast uint 1 to uint
+ %x = bitcast ulong 1 to ulong
+ %x = inttoptr ulong %x to sbyte*
+ %tmp = inttoptr ulong %x to float*
+ %tmp7360 = bitcast ubyte %x to sbyte
+ %tmp7361 = sub ubyte 0, %tmp7360
+ br label %next
+
+ next: ; preds = %cond_false165, %cond_true163
+ %index.0 = phi uint [ undef, %entry ], [ %index.0, %next ]
+ br label %next
+ }
More information about the llvm-commits
mailing list