diff options
author | Pekka Jaaskelainen <pekka.jaaskelainen@tut.fi> | 2013-04-23 16:44:43 +0000 |
---|---|---|
committer | Pekka Jaaskelainen <pekka.jaaskelainen@tut.fi> | 2013-04-23 16:44:43 +0000 |
commit | 2e59a125fce4235beeb4e72cafbcbe62854ed77c (patch) | |
tree | 92b9288ae0d811bc4e2ab2c27007d9aa8efd61ba /test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll | |
parent | 13aba14eb5c643234f5d756b94f30afb28f8cd5d (diff) |
Call the potentially costly isAnnotatedParallel() only once.
Made the uniform write test's checks a bit stricter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll')
-rw-r--r-- | test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll b/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll index bc606f3ebd..20b0c74215 100644 --- a/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll +++ b/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 { |