1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms
Johannes Doerfert fb6114d1ca [Attributor] Adjust and test the iteration bound of tests
Summary:
Try to verify how many iterations we need for a fixpoint in our tests.
This patch adjust the way we count to make it easier to follow. It also
adjusts the bounds to actually account for a fixpoint and not only the
minimum number to pass all checks.

Reviewers: uenoku, sstefan1

Subscribers: hiraditya, bollu, llvm-commits

Tags: #llvm

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

llvm-svn: 369945
2019-08-26 18:55:47 +00:00
..
AggressiveInstCombine
Coroutines [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Hello
InstCombine [Constant] Add 'isElementWiseEqual()' method 2019-08-24 06:49:51 +00:00
Instrumentation hwasan: Fix use of uninitialized memory. 2019-08-23 21:37:20 +00:00
IPO [Attributor] Adjust and test the iteration bound of tests 2019-08-26 18:55:47 +00:00
ObjCARC [ObjC][ARC] Delete ObjC runtime calls on global variables annotated 2019-06-14 22:06:32 +00:00
Scalar [LoopFusion] Fix -Wunused-function in -DLLVM_ENABLE_ASSERTIONS=off build 2019-08-24 02:50:42 +00:00
Utils [LoopUnroll] Handle certain PHIs in full unrolling properly 2019-08-26 09:29:53 +00:00
Vectorize [SLP] use range-for loops, fix formatting; NFC 2019-08-23 16:22:32 +00:00
CMakeLists.txt
LLVMBuild.txt