David Stenberg
0af67e5b65
[SimplifyCFG] Fix a debug invariant bug in FoldBranchToCommonDest()
...
Summary:
Fix a case where FoldBranchToCommonDest() would bail out from doing CSE
when encountering a debug intrinsic. Handle that by skipping past the
debug intrinsics.
Also, as a minor refactoring, rename checkCSEInPredecessor() to
tryCSEWithPredecessor() to make it a bit more clear that the function
may remove instructions.
Reviewers: fhahn, craig.topper, dblaikie, xbolva00
Reviewed By: fhahn, xbolva00
Subscribers: vsk, davide, llvm-commits
Differential Revision: https://reviews.llvm.org/D46635
llvm-svn: 332698
2018-05-18 08:52:15 +00:00
..
2017-08-07 18:30:35 +00:00
2017-10-28 18:43:07 +00:00
2017-11-22 20:43:00 +00:00
2017-11-13 01:47:52 +00:00
2018-04-26 13:37:00 +00:00
2017-12-28 17:02:34 +00:00
2018-05-09 02:40:45 +00:00
2017-07-28 20:21:02 +00:00
2015-02-27 21:17:42 +00:00
2016-08-29 15:27:17 +00:00
2017-10-28 18:43:07 +00:00
2018-01-19 17:13:12 +00:00
2012-07-02 19:09:46 +00:00
2017-09-12 23:28:11 +00:00
2016-01-05 02:37:41 +00:00
2017-04-10 20:18:21 +00:00
2015-02-27 21:17:42 +00:00
2018-05-18 08:52:15 +00:00
2018-05-08 23:28:15 +00:00
2017-10-28 18:43:07 +00:00
2017-09-01 19:54:08 +00:00
2017-10-31 19:03:49 +00:00
2015-02-27 21:17:42 +00:00
2018-05-09 02:40:45 +00:00
2017-07-28 20:21:02 +00:00
2009-09-11 17:02:12 +00:00
2017-07-06 20:00:25 +00:00
2016-02-03 23:54:25 +00:00
2017-11-13 01:47:52 +00:00
2016-06-25 08:19:55 +00:00
2015-02-27 21:17:42 +00:00
2017-04-10 20:18:21 +00:00
2015-03-13 18:20:45 +00:00
2017-11-03 21:08:13 +00:00
2018-04-04 03:47:17 +00:00
2017-10-31 19:03:49 +00:00
2017-12-09 00:21:41 +00:00
2017-12-14 22:05:20 +00:00
2018-03-22 17:07:51 +00:00
2013-01-31 01:04:23 +00:00
2017-07-19 08:53:34 +00:00
2017-08-09 18:56:26 +00:00
2017-12-31 16:47:16 +00:00
2018-05-09 02:40:45 +00:00
2017-10-28 18:43:07 +00:00
2017-08-29 20:06:24 +00:00
2017-10-28 18:43:07 +00:00
2018-05-09 02:40:45 +00:00
2018-04-12 20:58:24 +00:00
2017-10-31 19:03:49 +00:00
2017-12-14 22:05:20 +00:00
2017-04-28 21:13:09 +00:00
2018-05-09 02:40:45 +00:00
2017-10-31 19:03:49 +00:00
2017-11-09 23:17:52 +00:00
2018-02-14 06:58:08 +00:00
2017-02-17 17:36:52 +00:00
2016-03-16 23:39:37 +00:00
2016-03-16 23:22:01 +00:00
2017-12-05 14:14:00 +00:00
2016-12-19 08:22:17 +00:00
2017-11-13 01:47:52 +00:00
2016-11-25 21:12:39 +00:00
2016-11-25 21:12:39 +00:00
2016-06-25 08:19:55 +00:00
2018-02-08 07:16:29 +00:00
2015-04-16 23:24:18 +00:00