]> granicus.if.org Git - llvm/commit
[Attributor][NFCI] Introduce tight iteration bounds in the tests
authorJohannes Doerfert <jdoerfert@anl.gov>
Wed, 21 Aug 2019 21:42:46 +0000 (21:42 +0000)
committerJohannes Doerfert <jdoerfert@anl.gov>
Wed, 21 Aug 2019 21:42:46 +0000 (21:42 +0000)
commit2888b0c825ab305570722e25d5c131cbe42c958a
tree398a9718f29cd90e0686fe44f9f6b234b918fdbc
parent3022ad0c876251a55a5408a5c7c56042d96a68d1
[Attributor][NFCI] Introduce tight iteration bounds in the tests

Summary:
To be able to track how many iterations we need to manifest all
information we check for we now make the maximum iteration count
explicit. The count is set tightly now and should be kept that way.

Reviewers: uenoku, sstefan1

Subscribers: bollu, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66554

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369586 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/Transforms/FunctionAttrs/align.ll
test/Transforms/FunctionAttrs/arg_nocapture.ll
test/Transforms/FunctionAttrs/arg_returned.ll
test/Transforms/FunctionAttrs/dereferenceable.ll
test/Transforms/FunctionAttrs/fn_noreturn.ll
test/Transforms/FunctionAttrs/liveness.ll
test/Transforms/FunctionAttrs/noalias_returned.ll
test/Transforms/FunctionAttrs/nofree-attributor.ll
test/Transforms/FunctionAttrs/nonnull.ll
test/Transforms/FunctionAttrs/noreturn_async.ll
test/Transforms/FunctionAttrs/noreturn_sync.ll
test/Transforms/FunctionAttrs/nosync.ll
test/Transforms/FunctionAttrs/nounwind.ll
test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll
test/Transforms/FunctionAttrs/willreturn.ll