Diego Trevino Ferrer
fab54799c5
[Bugpoint redesign] Added Pass to Remove Global Variables
...
Summary:
This pass tries to remove Global Variables, as well as their derived uses. For example if a variable `@x` is used by `%call1` and `%call2`, both these uses and the definition of `@x` are deleted. Moreover if `%call1` or `%call2` are used elsewhere those uses are also deleted, and so on recursively.
I'm still uncertain if this pass should remove derived uses, I'm open to suggestions.
Subscribers: mgorny, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D64176
> llvm-svn: 368918
llvm-svn: 369061
2019-08-15 22:54:09 +00:00
..
2019-08-05 05:43:48 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-12 14:21:51 +00:00
2019-08-05 05:43:48 +00:00
2019-02-21 07:42:31 +00:00
2019-07-08 02:06:34 +00:00
2019-08-15 03:49:51 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 05:15:22 +00:00
2019-07-19 22:46:47 +00:00
2019-08-15 15:54:37 +00:00
2019-06-12 11:32:43 +00:00
2019-05-23 23:02:56 +00:00
2019-06-21 11:49:20 +00:00
2019-08-05 05:43:48 +00:00
2019-02-21 07:42:31 +00:00
2019-08-15 15:54:37 +00:00
2019-07-31 16:51:28 +00:00
2019-08-14 11:10:11 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 10:55:25 +00:00
2019-08-15 15:54:37 +00:00
2019-02-21 07:57:14 +00:00
2019-08-15 15:54:37 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 15:54:37 +00:00
2019-08-05 19:06:55 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-02-21 07:57:14 +00:00
2019-08-15 15:54:37 +00:00
2019-01-19 08:50:56 +00:00
2019-08-05 05:43:48 +00:00
2019-01-19 08:50:56 +00:00
2019-08-15 20:38:42 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 22:54:09 +00:00
2019-08-15 15:54:37 +00:00
2019-07-12 14:40:18 +00:00
2019-08-14 11:10:11 +00:00
2019-01-19 08:50:56 +00:00
2019-08-05 05:43:48 +00:00
2019-08-15 15:54:37 +00:00
2019-06-21 11:49:20 +00:00
2019-08-05 20:59:25 +00:00
2019-04-16 12:51:40 +00:00
2019-08-15 05:15:22 +00:00
2019-02-21 07:57:14 +00:00
2019-08-15 15:54:37 +00:00
2019-06-19 07:39:53 +00:00
2019-08-15 15:54:37 +00:00
2019-08-15 15:54:37 +00:00
2019-03-27 18:35:04 +00:00
2019-07-16 15:25:05 +00:00
2019-08-15 15:54:37 +00:00
2019-02-27 13:17:36 +00:00
2019-08-05 05:43:48 +00:00
2018-10-15 21:20:02 +00:00
2019-08-07 02:44:49 +00:00
2019-01-16 20:44:36 +00:00
2019-08-08 22:16:33 +00:00