From: Stefan Stipanovic Date: Mon, 19 Aug 2019 16:39:32 +0000 (+0000) Subject: [Attributor] -attributor-verify has false positives. Temporarily remove X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbbdc4df874cd4c910f2464a05377b2f24d70fa0;p=llvm [Attributor] -attributor-verify has false positives. Temporarily remove it, until resolved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369277 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll b/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll index de32a949381..4f4f4ee7884 100644 --- a/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll +++ b/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