[llvm] r241619 - Add CHECK lines to test case

Arnold Schwaighofer aschwaighofer at apple.com
Tue Jul 7 12:26:31 PDT 2015


Author: arnolds
Date: Tue Jul  7 14:26:31 2015
New Revision: 241619

URL: http://llvm.org/viewvc/llvm-project?rev=241619&view=rev
Log:
Add CHECK lines to test case

Modified:
    llvm/trunk/test/CodeGen/AArch64/arm64-nvcast.ll

Modified: llvm/trunk/test/CodeGen/AArch64/arm64-nvcast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/arm64-nvcast.ll?rev=241619&r1=241618&r2=241619&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/arm64-nvcast.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/arm64-nvcast.ll Tue Jul  7 14:26:31 2015
@@ -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:





More information about the llvm-commits mailing list