brintos

brintos / llvm-project-archived public Read only

0
0
Text · 388 B · f06d341 Raw
16 lines · plain
1; RUN: llc < %s2; This crashed the PPC backend.3 4define void @test() {5        %tmp125 = fcmp uno double 0.000000e+00, 0.000000e+00            ; <i1> [#uses=1]6        br i1 %tmp125, label %bb154, label %cond_false1337 8cond_false133:          ; preds = %09        ret void10 11bb154:          ; preds = %012        %tmp164 = icmp eq i32 0, 0              ; <i1> [#uses=0]13        ret void14}15 16