From 4deff7bc1d7d2799d25a99f81edece68e18859ff Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Sat, 12 Nov 2011 19:53:52 +0000 Subject: Switch a few tests off linearscan. llvm-svn: 144460 --- llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll') diff --git a/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll b/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll index d3b781dbc0d..2e83ea146cd 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll @@ -1,10 +1,11 @@ -; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 -regalloc=linearscan | FileCheck %s +; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s @b = external global i64* define i64 @t(i64 %a) nounwind readonly { entry: -;CHECK: ldrd r2, r3, [r2] +; CHECK: ldrd +; CHECK: umull %0 = load i64** @b, align 4 %1 = load i64* %0, align 4 %2 = mul i64 %1, %a -- cgit v1.2.3