summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
authorPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>2013-04-23 16:44:43 +0000
committerPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>2013-04-23 16:44:43 +0000
commitd3c90e132a15fe61450315c5b7bee547b0fb09a8 (patch)
treef6fa33df327ddaa9ac9062f3f3aa60690e9364ef /llvm/test/Transforms/LoopVectorize
parent6c70dc7842fdc036de1a49a8f62026f5cd6d0c23 (diff)
downloadbcm5719-llvm-d3c90e132a15fe61450315c5b7bee547b0fb09a8.tar.gz
bcm5719-llvm-d3c90e132a15fe61450315c5b7bee547b0fb09a8.zip
Call the potentially costly isAnnotatedParallel() only once.
Made the uniform write test's checks a bit stricter. llvm-svn: 180119
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll b/llvm/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll
index bc606f3ebda..20b0c742152 100644
--- a/llvm/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll
+++ b/llvm/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll
@@ -4,7 +4,8 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
target triple = "x86_64-unknown-linux-gnu"
;CHECK: @foo
-;CHECK-NOT: <4 x
+;CHECK-NOT: <4 x i32>
+;CHECK: ret void
; Function Attrs: nounwind uwtable
define void @foo(i32* nocapture %a, i32* nocapture %b, i32 %k, i32 %m) #0 {
OpenPOWER on IntegriCloud