summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid L. Jones <dlj@google.com>2017-02-10 01:35:31 +0000
committerDavid L. Jones <dlj@google.com>2017-02-10 01:35:31 +0000
commite072cf51da2cb858dabfd9593a3336bb74209465 (patch)
tree0840a8b8e9f80bba08ac847c4f4781af12d3b250
parent4b6ff6b86ea04ee9a29924b7417bf6813cc05d5a (diff)
downloadbcm5719-llvm-e072cf51da2cb858dabfd9593a3336bb74209465.tar.gz
bcm5719-llvm-e072cf51da2cb858dabfd9593a3336bb74209465.zip
Update test/CodeGen/X86/sse-align-10.ll to use FileCheck instead of grep
Patch by Jorge Gorbe (lethalantidote). Differential Revision: https://reviews.llvm.org/D29797 llvm-svn: 294686
-rw-r--r--llvm/test/CodeGen/X86/sse-align-10.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sse-align-10.ll b/llvm/test/CodeGen/X86/sse-align-10.ll
index 81bf55354cd..1e688a56ad4 100644
--- a/llvm/test/CodeGen/X86/sse-align-10.ll
+++ b/llvm/test/CodeGen/X86/sse-align-10.ll
@@ -1,6 +1,9 @@
-; RUN: llc < %s -march=x86-64 | grep movups | count 1
+; RUN: llc < %s -march=x86-64 | FileCheck %s
define <2 x i64> @bar(<2 x i64>* %p) nounwind {
+; CHECK-LABEL: bar:
+; CHECK: movups
+; CHECK-NOT: movups
%t = load <2 x i64>, <2 x i64>* %p, align 8
ret <2 x i64> %t
}
OpenPOWER on IntegriCloud