brintos

brintos / llvm-project-archived public Read only

0
0
Text · 348 B · 8355819 Raw
13 lines · plain
1; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s2 3; CHECK-LABEL: test14; CHECK: srwi r3, r3, 315; CHECK: blr6define i32 @test1(i32 %X) {7entry:8        icmp slt i32 %X, 0              ; <i1>:0 [#uses=1]9        zext i1 %0 to i32               ; <i32>:1 [#uses=1]10        ret i32 %111}12 13