summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
diff options
context:
space:
mode:
authorKyle Butt <kyle+llvm@iteratee.net>2016-10-04 00:00:09 +0000
committerKyle Butt <kyle+llvm@iteratee.net>2016-10-04 00:00:09 +0000
commit396bfdd7076325be148e1e95c433b78849c1083d (patch)
tree0728afd074400877d223036b746cd4bc265ff8fd /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
parentda68203678e198ef806b40ac23e4375733097592 (diff)
downloadbcm5719-llvm-396bfdd7076325be148e1e95c433b78849c1083d.tar.gz
bcm5719-llvm-396bfdd7076325be148e1e95c433b78849c1083d.zip
Codegen: Tail-duplicate during placement.
The tail duplication pass uses an assumed layout when making duplication decisions. This is fine, but passes up duplication opportunities that may arise when blocks are outlined. Because we want the updated CFG to affect subsequent placement decisions, this change must occur during placement. In order to achieve this goal, TailDuplicationPass is split into a utility class, TailDuplicator, and the pass itself. The pass delegates nearly everything to the TailDuplicator object, except for looping over the blocks in a function. This allows the same code to be used for tail duplication in both places. This change, in concert with outlining optional branches, allows triangle shaped code to perform much better, esepecially when the taken/untaken branches are correlated, as it creates a second spine when the tests are small enough. llvm-svn: 283164
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud