]> granicus.if.org Git - llvm/commitdiff
Fix two tests that weren't correctly copied.
authorDaniel Jasper <djasper@google.com>
Sun, 14 May 2017 22:07:50 +0000 (22:07 +0000)
committerDaniel Jasper <djasper@google.com>
Sun, 14 May 2017 22:07:50 +0000 (22:07 +0000)
One didn't correctly fine the regex variable, the other still had a RUN
line for FNOBUILTIN-checks, which weren't copied to the file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303025 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/BasicAA/intrinsics-arm.ll
test/Transforms/ConstProp/sse.ll

index 66deb0c916c8766db446e90002fb1c8aab5824fb..163acdd0acf1e6b4141613544b52a3048ce01753 100644 (file)
@@ -10,7 +10,7 @@ target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-
 ; CHECK:      define <8 x i16> @test1(i8* %p, <8 x i16> %y) {
 ; CHECK-NEXT: entry:
 ; CHECK-NEXT:   %q = getelementptr i8, i8* %p, i64 16
-; CHECK-NEXT:   %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* %p, i32 16) [[ATTR]]
+; CHECK-NEXT:   %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* %p, i32 16) [[ATTR:[0-9]+]]
 ; CHECK-NEXT:   call void @llvm.arm.neon.vst1.p0i8.v8i16(i8* %q, <8 x i16> %y, i32 16)
 ; CHECK-NEXT:   %c = add <8 x i16> %a, %a
 define <8 x i16> @test1(i8* %p, <8 x i16> %y) {
index d1820414611c78a441e461d733813af47761da2a..cc37c96c1ff1da163e99cd431b584a13e74ca6f8 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: opt < %s -constprop -S | FileCheck %s
-; RUN: opt < %s -constprop -disable-simplify-libcalls -S | FileCheck %s --check-prefix=FNOBUILTIN
 ; REQUIRES: x86
 
 define i1 @test_sse_cvts_exact() nounwind readnone {