summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
blob: 1a1aca4b5d116a4a65f28a627ab714ec2271782d (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc -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
}

OpenPOWER on IntegriCloud