Manman Ren
ea120b6bb5
PGO branch weight: update edge weights in IfConverter.
...
This commit only handles IfConvertTriangle. To update edge weights
of a successor, one interface is added to MachineBasicBlock:
/// Set successor weight of a given iterator.
setSuccWeight(succ_iterator I, uint32_t weight)
An existing testing case test/CodeGen/Thumb2/v8_IT_5.ll is updated,
since we now correctly update the edge weights, the cold block
is placed at the end of the function and we jump to the cold block.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200428 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-29 23:18:47 +00:00
..
2013-11-21 06:30:14 +00:00
2013-08-20 08:36:50 +00:00
2014-01-28 23:12:42 +00:00
2013-11-11 19:56:14 +00:00
2014-01-14 19:56:36 +00:00
2013-10-22 15:18:03 +00:00
2012-12-27 06:47:41 +00:00
2012-12-03 17:02:12 +00:00
2012-05-21 03:11:23 +00:00
2013-11-15 19:09:27 +00:00
2013-07-04 04:53:45 +00:00
2013-03-01 11:40:32 +00:00
2012-09-17 06:59:23 +00:00
2013-03-25 13:47:46 +00:00
2012-06-09 00:01:45 +00:00
2013-01-02 11:36:10 +00:00
2013-12-26 14:43:33 +00:00
2013-02-09 13:29:31 +00:00
2013-01-10 00:45:19 +00:00
2013-11-20 00:54:28 +00:00
2013-03-25 13:47:46 +00:00
2013-03-25 13:47:46 +00:00
2013-11-13 00:15:44 +00:00
2013-12-14 00:53:32 +00:00
2013-10-10 21:28:43 +00:00
2013-12-14 06:52:56 +00:00
2013-08-14 23:50:16 +00:00
2012-12-03 17:02:12 +00:00
2013-01-10 00:45:19 +00:00
2013-07-11 16:22:38 +00:00
2014-01-29 23:18:47 +00:00
2013-12-14 02:37:38 +00:00
2013-08-12 21:10:23 +00:00
2012-12-03 17:02:12 +00:00
2013-01-10 00:45:19 +00:00
2013-06-17 20:41:25 +00:00
2014-01-13 10:52:56 +00:00
2013-12-19 03:17:11 +00:00
2013-12-14 06:53:06 +00:00
2013-02-09 20:54:05 +00:00
2013-01-10 00:45:19 +00:00
2014-01-02 22:47:22 +00:00
2013-07-09 20:28:37 +00:00
2013-01-09 01:02:19 +00:00
2012-12-03 17:02:12 +00:00
2013-12-07 21:20:17 +00:00
2013-12-14 00:24:02 +00:00
2013-08-15 20:25:44 +00:00
2012-09-26 06:36:36 +00:00
2013-12-14 06:53:06 +00:00
2012-04-19 01:34:10 +00:00
2014-01-13 09:26:24 +00:00
2013-11-19 00:57:56 +00:00
2013-08-16 23:30:19 +00:00
2013-12-28 21:56:55 +00:00
2012-09-17 06:59:23 +00:00
2013-05-05 00:40:33 +00:00
2013-01-10 00:45:19 +00:00
2013-12-28 21:56:51 +00:00
2013-08-16 23:30:19 +00:00
2013-11-09 03:08:56 +00:00
2013-01-10 00:45:19 +00:00
2013-06-21 18:32:58 +00:00
2013-10-10 21:29:02 +00:00
2013-07-03 05:01:24 +00:00
2013-01-10 00:45:19 +00:00
2013-11-16 15:40:54 +00:00
2013-12-12 00:19:07 +00:00
2014-01-24 17:20:08 +00:00
2013-01-25 06:52:27 +00:00
2013-12-11 22:33:43 +00:00
2013-01-10 00:45:19 +00:00
2012-12-03 17:02:12 +00:00
2014-01-28 01:20:14 +00:00
2014-01-28 01:20:14 +00:00
2014-01-27 17:47:11 +00:00
2013-07-30 19:59:19 +00:00
2013-12-14 06:53:06 +00:00
2013-12-14 23:06:19 +00:00
2014-01-20 19:49:14 +00:00
2014-01-28 00:49:26 +00:00
2014-01-24 17:20:08 +00:00
2014-01-24 20:50:47 +00:00
2013-10-05 08:22:10 +00:00
2012-12-04 00:35:59 +00:00