mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
142428ce64
llvm-svn: 81293
10 lines
277 B
LLVM
10 lines
277 B
LLVM
; RUN: llc < %s -march=ppc32
|
|
|
|
define void @main() {
|
|
%shamt = add i8 0, 1 ; <i8> [#uses=1]
|
|
%shift.upgrd.1 = zext i8 %shamt to i64 ; <i64> [#uses=1]
|
|
%tr2 = ashr i64 1, %shift.upgrd.1 ; <i64> [#uses=0]
|
|
ret void
|
|
}
|
|
|