32 lines · plain
1; RUN: llc < %s -mtriple=i686-- | FileCheck %s2; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s3; CHECK-NOT: lea4 5@B = external dso_local global [1000 x i8], align 326@A = external dso_local global [1000 x i8], align 327@P = external dso_local global [1000 x i8], align 328 9define void @foo(i32 %m) nounwind {10entry:11 %tmp1 = icmp sgt i32 %m, 012 br i1 %tmp1, label %bb, label %return13 14bb:15 %i.019.0 = phi i32 [ %indvar.next, %bb ], [ 0, %entry ]16 %tmp2 = getelementptr [1000 x i8], ptr @B, i32 0, i32 %i.019.017 %tmp3 = load i8, ptr %tmp2, align 418 %tmp4 = mul i8 %tmp3, 219 %tmp5 = getelementptr [1000 x i8], ptr @A, i32 0, i32 %i.019.020 store i8 %tmp4, ptr %tmp5, align 421 %tmp8 = mul i32 %i.019.0, 922 %tmp10 = getelementptr [1000 x i8], ptr @P, i32 0, i32 %tmp823 store i8 17, ptr %tmp10, align 424 %indvar.next = add i32 %i.019.0, 125 %exitcond = icmp eq i32 %indvar.next, %m26 br i1 %exitcond, label %return, label %bb27 28return:29 ret void30}31 32