diff options
author | Arnold Schwaighofer <aschwaighofer@apple.com> | 2013-06-24 06:10:41 +0000 |
---|---|---|
committer | Arnold Schwaighofer <aschwaighofer@apple.com> | 2013-06-24 06:10:41 +0000 |
commit | ec677e2a6470c5fc6753a857e7d64254ff9ca19f (patch) | |
tree | a93e383a9c8328bf4373d55fc38c7d82db34396a /test/Transforms/LoopVectorize/runtime-check.ll | |
parent | daee0b0def120605f6c702fc47ab3450037ae184 (diff) | |
download | external_llvm-ec677e2a6470c5fc6753a857e7d64254ff9ca19f.tar.gz external_llvm-ec677e2a6470c5fc6753a857e7d64254ff9ca19f.tar.bz2 external_llvm-ec677e2a6470c5fc6753a857e7d64254ff9ca19f.zip |
Revert "LoopVectorize: Use the dependence test utility class"
This reverts commit cbfa1ca993363ca5c4dbf6c913abc957c584cbac.
We are seeing a stage2 and stage3 miscompare on some dragonegg bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopVectorize/runtime-check.ll')
-rw-r--r-- | test/Transforms/LoopVectorize/runtime-check.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/runtime-check.ll b/test/Transforms/LoopVectorize/runtime-check.ll index 47722566e1..014c4fc48f 100644 --- a/test/Transforms/LoopVectorize/runtime-check.ll +++ b/test/Transforms/LoopVectorize/runtime-check.ll @@ -12,7 +12,7 @@ target triple = "x86_64-apple-macosx10.9.0" ;CHECK: for.body.preheader: ;CHECK: br i1 %cmp.zero, label %middle.block, label %vector.memcheck ;CHECK: vector.memcheck: -;CHECK: br i1 %memcheck.conflict, label %middle.block, label %vector.ph +;CHECK: br i1 %found.conflict, label %middle.block, label %vector.ph ;CHECK: load <4 x float> define i32 @foo(float* nocapture %a, float* nocapture %b, i32 %n) nounwind uwtable ssp { entry: |