diff options
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM/indirectbr.ll | 1 | ||||
| -rw-r--r-- | llvm/test/CodeGen/MSP430/indirectbr2.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/indirectbr.ll | 36 |
3 files changed, 13 insertions, 26 deletions
diff --git a/llvm/test/CodeGen/ARM/indirectbr.ll b/llvm/test/CodeGen/ARM/indirectbr.ll index 90defad43a7..d15ef14b449 100644 --- a/llvm/test/CodeGen/ARM/indirectbr.ll +++ b/llvm/test/CodeGen/ARM/indirectbr.ll @@ -47,7 +47,6 @@ L3: ; preds = %L4, %bb2 br label %L2 L2: ; preds = %L3, %bb2 -; THUMB-LABEL: %L1.clone ; THUMB: muls %res.2 = phi i32 [ %res.1, %L3 ], [ 1, %bb2 ] ; <i32> [#uses=1] %phitmp = mul i32 %res.2, 6 ; <i32> [#uses=1] diff --git a/llvm/test/CodeGen/MSP430/indirectbr2.ll b/llvm/test/CodeGen/MSP430/indirectbr2.ll index 55598b97d91..b0b4f1cbfd2 100644 --- a/llvm/test/CodeGen/MSP430/indirectbr2.ll +++ b/llvm/test/CodeGen/MSP430/indirectbr2.ll @@ -5,7 +5,7 @@ define internal i16 @foo(i16 %i) nounwind { entry: %tmp1 = getelementptr inbounds [5 x i8*], [5 x i8*]* @C.0.2070, i16 0, i16 %i ; <i8**> [#uses=1] %gotovar.4.0 = load i8*, i8** %tmp1, align 4 ; <i8*> [#uses=1] -; CHECK: br .LC.0.2070(r15) +; CHECK: br .LC.0.2070(r12) indirectbr i8* %gotovar.4.0, [label %L5, label %L4, label %L3, label %L2, label %L1] L5: ; preds = %bb2 diff --git a/llvm/test/CodeGen/PowerPC/indirectbr.ll b/llvm/test/CodeGen/PowerPC/indirectbr.ll index c040d7859a8..d1e03ca7773 100644 --- a/llvm/test/CodeGen/PowerPC/indirectbr.ll +++ b/llvm/test/CodeGen/PowerPC/indirectbr.ll @@ -17,35 +17,23 @@ entry: bb2: ; preds = %entry, %bb3 %gotovar.4.0 = phi i8* [ %gotovar.4.0.pre, %bb3 ], [ %0, %entry ] ; <i8*> [#uses=1] ; PIC: mtctr +; PIC-NEXT: li +; PIC-NEXT: li +; PIC-NEXT: li +; PIC-NEXT: li ; PIC-NEXT: bctr -; PIC: li -; PIC: b LBB -; PIC: li -; PIC: b LBB -; PIC: li -; PIC: b LBB -; PIC: li -; PIC: b LBB ; STATIC: mtctr +; STATIC-NEXT: li +; STATIC-NEXT: li +; STATIC-NEXT: li +; STATIC-NEXT: li ; STATIC-NEXT: bctr -; STATIC: li -; STATIC: b LBB -; STATIC: li -; STATIC: b LBB -; STATIC: li -; STATIC: b LBB -; STATIC: li -; STATIC: b LBB ; PPC64: mtctr +; PPC64-NEXT: li +; PPC64-NEXT: li +; PPC64-NEXT: li +; PPC64-NEXT: li ; PPC64-NEXT: bctr -; PPC64: li -; PPC64: b LBB -; PPC64: li -; PPC64: b LBB -; PPC64: li -; PPC64: b LBB -; PPC64: li -; PPC64: b LBB indirectbr i8* %gotovar.4.0, [label %L5, label %L4, label %L3, label %L2, label %L1] bb3: ; preds = %entry |

