Files
clang-p2996/llvm/test/Regression/CodeGen/PowerPC/lha.ll
Chris Lattner eeaf2094b8 Nate implemented this :)
llvm-svn: 23707
2005-10-13 06:04:34 +00:00

8 lines
164 B
LLVM

; RUN: llvm-as < %s | llc -march=ppc32 | grep lha
uint %test(short* %a) {
%tmp.1 = load short* %a
%tmp.2 = cast short %tmp.1 to uint
ret uint %tmp.2
}