[llvm] r369277 - [Attributor] -attributor-verify has false positives. Temporarily remove

Stefan Stipanovic via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 09:39:32 PDT 2019


Author: sstefan
Date: Mon Aug 19 09:39:32 2019
New Revision: 369277

URL: http://llvm.org/viewvc/llvm-project?rev=369277&view=rev
Log:
[Attributor] -attributor-verify has false positives. Temporarily remove
it, until resolved.

Modified:
    llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll

Modified: llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll?rev=369277&r1=369276&r2=369277&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll (original)
+++ llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll Mon Aug 19 09:39:32 2019
@@ -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




More information about the llvm-commits mailing list