[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 12 14:27:34 PST 2005
Changes in directory llvm/test/Regression/CodeGen/Generic:
2005-12-12-ExpandSextInreg.ll added (r1.1)
---
Log message:
Testcase for a problem that reid ran into
---
Diffs of the changes: (+7 -0)
2005-12-12-ExpandSextInreg.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll:1.1
*** /dev/null Mon Dec 12 16:27:32 2005
--- llvm/test/Regression/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll Mon Dec 12 16:27:22 2005
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s | llc
+
+ long %test(long %A) {
+ %B = cast long %A to sbyte
+ %C = cast sbyte %B to long
+ ret long %C
+ }
More information about the llvm-commits
mailing list