From 2b88d93a2ebc56a76384f63fc3724207b4d9a255 Mon Sep 17 00:00:00 2001 From: Arnold Schwaighofer Date: Tue, 7 Jul 2015 19:26:31 +0000 Subject: [PATCH] Add CHECK lines to test case git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241619 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/arm64-nvcast.ll | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/arm64-nvcast.ll b/test/CodeGen/AArch64/arm64-nvcast.ll index 452f6a6dee6..3306bf4eef7 100644 --- a/test/CodeGen/AArch64/arm64-nvcast.ll +++ b/test/CodeGen/AArch64/arm64-nvcast.ll @@ -1,4 +1,11 @@ -; RUN: llc < %s -mtriple=arm64-apple-ios +; RUN: llc < %s -mtriple=arm64-apple-ios | FileCheck %s + +; CHECK-LABEL: _test: +; CHECK: fmov.2d v0, #2.00000000 +; CHECK: str q0, [sp] +; CHECK: mov x8, sp +; CHECK: ldr s0, [x8, w1, sxtw #2] +; CHECK: str s0, [x0] define void @test(float * %p1, i32 %v1) { entry: