16 lines · plain
1; RUN: llc < %s -mtriple=msp430 | grep rra | count 12 3define i16 @lsr2u16(i16 %x.arg) nounwind {4 %retval = alloca i165 %x = alloca i166 store i16 %x.arg, ptr %x7 %1 = load i16, ptr %x8 %2 = lshr i16 %1, 29 store i16 %2, ptr %retval10 br label %return11return:12 %3 = load i16, ptr %retval13 ret i16 %314 15}16