Gor Nishanov
13a7a6f2a7
[coroutines] Make CoroSplit pass deterministic
...
coro-split-after-phi.ll test was flaky due to non-determinism in
the coroutine frame construction that was sorting the spill
vector using a pointer to a def as a part of the key.
The sorting was intended to make sure that spills for the same def
are kept together, however, we populate the vector by processing
defs in order, so the spill entires will end up together anyways.
This change removes spill sorting and restores the determinism
in the test.
llvm-svn: 299809
2017-04-08 00:49:46 +00:00
..
2017-03-31 23:22:19 +00:00
2017-02-10 21:09:07 +00:00
2017-02-17 23:57:42 +00:00
2017-01-17 23:39:33 +00:00
2017-04-06 22:42:18 +00:00
2017-03-01 22:41:12 +00:00
2017-03-09 00:03:37 +00:00
2017-02-17 17:36:52 +00:00
2017-04-08 00:49:46 +00:00
2017-03-26 02:49:23 +00:00
2017-03-23 23:26:00 +00:00
2017-03-01 14:38:29 +00:00
2017-01-17 20:15:47 +00:00
2017-02-13 23:10:51 +00:00
2017-02-22 18:53:38 +00:00
2016-12-20 02:09:43 +00:00
2017-01-24 12:55:57 +00:00
2016-12-22 00:45:21 +00:00
2017-02-17 23:57:42 +00:00
2017-03-07 22:18:48 +00:00
2017-03-20 18:04:19 +00:00
2017-03-08 01:54:50 +00:00
2017-03-30 21:56:56 +00:00
2017-03-30 22:21:40 +00:00
2017-03-24 17:59:06 +00:00
2017-04-07 07:32:00 +00:00
2017-01-24 19:55:36 +00:00
2017-04-06 17:33:37 +00:00
2017-03-02 15:11:20 +00:00
2017-02-04 19:44:14 +00:00
2017-02-07 23:59:07 +00:00
2017-03-19 15:30:53 +00:00
2017-03-11 01:15:48 +00:00
2017-02-10 00:44:08 +00:00
2017-04-05 20:51:38 +00:00
2017-01-18 02:41:26 +00:00
2017-01-13 00:16:23 +00:00
2017-01-22 20:28:56 +00:00
2017-01-27 01:32:26 +00:00
2017-02-27 15:44:49 +00:00
2017-03-08 09:56:22 +00:00
2017-02-14 21:10:40 +00:00
2017-04-06 22:42:18 +00:00
2017-03-26 16:46:53 +00:00
2017-03-21 21:39:51 +00:00
2017-04-07 14:15:34 +00:00
2017-04-05 09:24:26 +00:00
2017-04-05 09:24:26 +00:00
2017-04-04 06:02:32 +00:00
2017-03-22 19:16:39 +00:00
2017-03-14 22:37:38 +00:00
2017-01-21 02:02:56 +00:00
2017-03-23 23:21:07 +00:00
2016-12-19 08:22:17 +00:00
2017-04-07 01:28:36 +00:00
2017-04-05 03:44:09 +00:00
2017-01-04 21:24:56 +00:00
2017-04-04 16:42:20 +00:00
2017-02-23 18:49:03 +00:00
2017-03-17 00:55:53 +00:00
2017-02-24 03:10:10 +00:00
2017-03-23 14:43:10 +00:00
2017-03-31 06:29:49 +00:00
2017-02-17 17:36:52 +00:00
2017-03-21 21:39:51 +00:00
2017-03-26 06:44:08 +00:00
2017-03-21 21:39:51 +00:00
2017-03-22 19:16:39 +00:00
2017-03-21 21:39:51 +00:00
2017-04-06 19:26:22 +00:00
2017-04-03 21:45:13 +00:00
2017-04-05 00:42:07 +00:00
2017-03-31 17:39:07 +00:00
2017-04-04 06:02:32 +00:00