Add CHECK lines to test case

llvm-svn: 241619
This commit is contained in:
Arnold Schwaighofer 2015-07-07 19:26:31 +00:00
parent 8ac7a9d57a
commit 7b315ea3c3
1 changed files with 8 additions and 1 deletions

View File

@ -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: