blob: 349540fb384e465c4c31ff0c8fab7b964d62f81f [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Chris Lattnera92dabb2005-12-12 22:27:22 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003define i64 @test(i64 %A) {
4 %B = trunc i64 %A to i8 ; <i8> [#uses=1]
5 %C = sext i8 %B to i64 ; <i64> [#uses=1]
6 ret i64 %C
Chris Lattnera92dabb2005-12-12 22:27:22 +00007}