summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
diff options
context:
space:
mode:
authorJohannes Doerfert <jdoerfert@anl.gov>2019-09-04 16:26:20 +0000
committerJohannes Doerfert <jdoerfert@anl.gov>2019-09-04 16:26:20 +0000
commit97fd582b91581f0b4cb10c77813f1a284bd69a92 (patch)
treeed49e1dbf5c71e69d52d1b6410d2a7cf75b78d05 /llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
parentd9af712da44d960c58310718d9ccbf7056566b98 (diff)
downloadbcm5719-llvm-97fd582b91581f0b4cb10c77813f1a284bd69a92.tar.gz
bcm5719-llvm-97fd582b91581f0b4cb10c77813f1a284bd69a92.zip
[Attributor] Use the white list for attributes consistently
Summary: We create attributes on-demand so we need to check the white list on-demand. This also unifies the location at which we create, initialize, and eventually invalidate new abstract attributes. The tests show mixed results, a few more call site attributes are determined which can cause more iterations. Reviewers: uenoku, sstefan1 Subscribers: hiraditya, bollu, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66913 llvm-svn: 370922
Diffstat (limited to 'llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll')
-rw-r--r--llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll b/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
index 3166092fe1f..bfaa98eccf7 100644
--- a/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
+++ b/llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
@@ -1,5 +1,5 @@
; RUN: opt -functionattrs --disable-nofree-inference=false -S < %s | FileCheck %s --check-prefix=FNATTR
-; RUN: opt -attributor --attributor-disable=false -attributor-max-iterations-verify -attributor-max-iterations=6 -S < %s | FileCheck %s --check-prefix=ATTRIBUTOR
+; RUN: opt -attributor --attributor-disable=false -attributor-max-iterations-verify -attributor-max-iterations=7 -S < %s | FileCheck %s --check-prefix=ATTRIBUTOR
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud