diff options
author | Stefan Stipanovic <sstipanovic@s-energize.com> | 2019-08-19 16:39:32 +0000 |
---|---|---|
committer | Stefan Stipanovic <sstipanovic@s-energize.com> | 2019-08-19 16:39:32 +0000 |
commit | 8682281063d6477e01aaa5f06832e03d3b8a702f (patch) | |
tree | 893cb0ccf1817f4da01ee7e9bf91acff4883f1bd | |
parent | e8e914e6404b3402ca80aa75f3944e8fee662de6 (diff) | |
download | bcm5719-llvm-8682281063d6477e01aaa5f06832e03d3b8a702f.tar.gz bcm5719-llvm-8682281063d6477e01aaa5f06832e03d3b8a702f.zip |
[Attributor] -attributor-verify has false positives. Temporarily remove
it, until resolved.
llvm-svn: 369277
-rw-r--r-- | llvm/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll b/llvm/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll index de32a949381..4f4f4ee7884 100644 --- a/llvm/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll +++ b/llvm/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll @@ -1,5 +1,4 @@ ; RUN: opt -functionattrs -enable-nonnull-arg-prop -attributor -attributor-disable=false -S < %s | FileCheck %s -; RUN: opt -functionattrs -enable-nonnull-arg-prop -attributor -attributor-disable=false -attributor-verify=true -S < %s | FileCheck %s ; ; This is an evolved example to stress test SCC parameter attribute propagation. ; The SCC in this test is made up of the following six function, three of which |