blob: 855194aa077e5e8e73ddd20330aa87587dc6252e [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=mips -o %t
Bruno Cardoso Lopes29b4ff72008-08-08 04:08:30 +00002; RUN: grep seh %t | count 1
3; RUN: grep seb %t | count 1
4
5target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
Duncan Sandscdd4f8c2010-08-30 10:48:29 +00006target triple = "mipsallegrexel-unknown-psp-elf"
Bruno Cardoso Lopes29b4ff72008-08-08 04:08:30 +00007
Chris Lattner26b00002011-06-17 03:14:27 +00008define signext i8 @A(i8 %e.0, i8 signext %sum) nounwind {
Bruno Cardoso Lopes29b4ff72008-08-08 04:08:30 +00009entry:
10 add i8 %sum, %e.0 ; <i8>:0 [#uses=1]
11 ret i8 %0
12}
13
Chris Lattner26b00002011-06-17 03:14:27 +000014define signext i16 @B(i16 %e.0, i16 signext %sum) nounwind {
Bruno Cardoso Lopes29b4ff72008-08-08 04:08:30 +000015entry:
16 add i16 %sum, %e.0 ; <i16>:0 [#uses=1]
17 ret i16 %0
18}
19