blob: 3a100c1aae6d692a85253de3b825a37bea898e3e [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 | grep lha
Nate Begeman43c3c702005-08-18 03:11:44 +00002
Tanya Lattnercfab3da2008-02-19 08:07:33 +00003define i32 @test(i16* %a) {
4 %tmp.1 = load i16* %a ; <i16> [#uses=1]
5 %tmp.2 = sext i16 %tmp.1 to i32 ; <i32> [#uses=1]
6 ret i32 %tmp.2
Nate Begeman43c3c702005-08-18 03:11:44 +00007}
Tanya Lattnercfab3da2008-02-19 08:07:33 +00008