From bd668872c0c4e772b5247ea90463b47ea08f7b94 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Tue, 15 Apr 2014 14:00:29 +0000 Subject: AArch64/ARM64: enable more AArch64 tests on ARM64. No code changes for this bunch, just some test rejigs. llvm-svn: 206291 --- llvm/test/CodeGen/AArch64/fp128-folding.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/AArch64/fp128-folding.ll') diff --git a/llvm/test/CodeGen/AArch64/fp128-folding.ll b/llvm/test/CodeGen/AArch64/fp128-folding.ll index b1c560d2b64..91445e2c849 100644 --- a/llvm/test/CodeGen/AArch64/fp128-folding.ll +++ b/llvm/test/CodeGen/AArch64/fp128-folding.ll @@ -1,4 +1,5 @@ ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -mtriple=arm64-linux-gnu -verify-machineinstrs -o - %s | FileCheck %s declare void @bar(i8*, i8*, i32*) ; SelectionDAG used to try to fold some fp128 operations using the ppc128 type, @@ -12,6 +13,6 @@ define fp128 @test_folding() { %fpval = sitofp i32 %val to fp128 ; If the value is loaded from a constant pool into an fp128, it's been folded ; successfully. -; CHECK: ldr {{q[0-9]+}}, [{{x[0-9]+}}, #:lo12:.LCPI +; CHECK: ldr {{q[0-9]+}}, [{{x[0-9]+}}, {{#?}}:lo12:.LCPI ret fp128 %fpval } -- cgit v1.2.3