Tom Stellard 57e6b2d1f3 SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch conditions
Merge consecutive if-regions if they contain identical statements.
Both transformations reduce number of branches.  The transformation
is guarded by a target-hook, and is currently enabled only for +R600,
but the correctness has been tested on X86 target using a variety of
CPU benchmarks.

Patch by: Mei Ye

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187278 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-27 00:01:07 +00:00
..
2013-03-18 23:33:44 +00:00
2013-03-05 22:01:15 +00:00
2013-06-06 23:34:11 +00:00
2013-07-22 23:52:23 +00:00
2013-05-17 12:31:43 +00:00
2013-07-12 07:25:38 +00:00