summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/i1-ext-fold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/i1-ext-fold.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/i1-ext-fold.ll10
1 files changed, 2 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/PowerPC/i1-ext-fold.ll b/llvm/test/CodeGen/PowerPC/i1-ext-fold.ll
index 877da486bcd..2c386f39516 100644
--- a/llvm/test/CodeGen/PowerPC/i1-ext-fold.ll
+++ b/llvm/test/CodeGen/PowerPC/i1-ext-fold.ll
@@ -19,12 +19,9 @@ entry:
; CHECK: isel 3, [[REG2]], [[REG1]],
; CHECK: blr
-; CHECK-NO-ISEL: bc 12, 0, [[TRUE:.LBB[0-9]+]]
+; CHECK-NO-ISEL: bclr 12, 0, 0
; CHECK-NO-ISEL: ori 3, 5, 0
; CHECK-NO-ISEL-NEXT: blr
-; CHECK-NO-ISEL-NEXT: [[TRUE]]
-; CHECK-NO-ISEL-NEXT: addi 3, 12, 0
-; CHECK-NO-ISEL-NEXT: blr
}
; Function Attrs: nounwind readnone
@@ -44,12 +41,9 @@ entry:
; CHECK: isel 3, [[REG2]], [[REG1]],
; CHECK: blr
-; CHECK-NO-ISEL: bc 12, 0, [[TRUE:.LBB[0-9]+]]
+; CHECK-NO-ISEL: bclr 12, 0, 0
; CHECK-NO-ISEL: ori 3, 5, 0
; CHECK-NO-ISEL-NEXT: blr
-; CHECK-NO-ISEL-NEXT: [[TRUE]]
-; CHECK-NO-ISEL-NEXT: addi 3, 12, 0
-; CHECK-NO-ISEL-NEXT: blr
}
; Function Attrs: nounwind readnone
OpenPOWER on IntegriCloud