brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · a5e7c46 Raw
14 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep xori2 3define i32 @test(i1 %B, ptr %P) {4        br i1 %B, label %T, label %F5 6T:              ; preds = %07        store i32 123, ptr %P8        ret i32 09 10F:              ; preds = %011        ret i32 1712}13 14