[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / PowerPC / inverted-bool-compares.ll
blobf35d6edf22a59a4d350d27e1ac032e079cb502c0
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep xori
3 define i32 @test(i1 %B, i32* %P) {
4         br i1 %B, label %T, label %F
6 T:              ; preds = %0
7         store i32 123, i32* %P
8         ret i32 0
10 F:              ; preds = %0
11         ret i32 17