Adrian Prantl
7d6813a6c8
Canonicalize the representation of empty an expression in DIGlobalVariableExpression
...
This change simplifies code that has to deal with
DIGlobalVariableExpression and mirrors how we treat DIExpressions in
debug info intrinsics. Before this change there were two ways of
representing empty expressions on globals, a nullptr and an empty
!DIExpression().
If someone needs to upgrade out-of-tree testcases:
perl -pi -e 's/(!DIGlobalVariableExpression\(var: ![0-9]*)\)/\1, expr: !DIExpression())/g' <MYTEST.ll>
will catch 95%.
llvm-svn: 312144
2017-08-30 18:06:51 +00:00
..
2017-08-22 16:30:21 +00:00
2017-08-04 17:09:11 +00:00
2017-08-16 16:09:22 +00:00
2017-06-27 21:35:49 +00:00
2017-08-17 05:48:30 +00:00
2017-07-10 20:45:34 +00:00
2017-08-30 18:06:51 +00:00
2017-06-04 08:21:58 +00:00
2017-08-25 02:25:10 +00:00
2017-08-03 21:11:30 +00:00
2017-08-29 22:29:15 +00:00
2017-08-14 21:15:13 +00:00
2017-07-28 20:21:02 +00:00
2017-08-04 20:40:38 +00:00
2017-07-14 20:13:21 +00:00
2017-05-03 12:28:54 +00:00
2017-08-19 19:15:04 +00:00
2017-08-30 18:06:51 +00:00
2017-05-25 07:15:09 +00:00
2017-08-30 18:06:51 +00:00
2017-08-30 18:06:51 +00:00
2017-08-20 01:30:45 +00:00
2017-06-08 17:27:40 +00:00
2017-08-01 22:37:58 +00:00
2017-07-07 02:40:13 +00:00
2017-06-18 03:10:26 +00:00
2017-08-30 18:06:51 +00:00
2017-08-30 10:54:21 +00:00
2017-05-08 23:18:46 +00:00
2017-08-30 14:04:57 +00:00
2017-08-24 14:11:28 +00:00
2017-08-18 22:50:29 +00:00
2017-08-24 22:54:01 +00:00
2017-07-28 20:21:02 +00:00
2017-08-02 18:17:52 +00:00
2017-07-28 20:21:02 +00:00
2017-08-25 16:52:29 +00:00
2017-07-28 20:21:02 +00:00
2017-08-23 20:31:27 +00:00
2017-07-28 20:21:02 +00:00
2017-08-29 07:32:20 +00:00
2017-08-29 17:24:09 +00:00
2017-08-29 21:45:11 +00:00
2017-08-30 18:06:51 +00:00
2017-08-23 15:43:28 +00:00
2017-06-07 18:32:24 +00:00
2017-08-29 22:40:19 +00:00
2017-08-23 20:31:27 +00:00
2017-08-23 20:31:27 +00:00
2017-08-01 05:14:45 +00:00
2017-08-26 07:37:11 +00:00
2017-07-28 20:21:02 +00:00
2017-08-29 15:28:12 +00:00
2017-07-27 16:49:39 +00:00
2017-08-24 09:05:00 +00:00
2017-07-27 16:49:39 +00:00
2017-08-23 20:31:27 +00:00
2017-08-30 18:06:51 +00:00
2017-07-28 20:21:02 +00:00
2017-07-31 17:47:07 +00:00
2017-05-25 06:33:36 +00:00
2017-08-30 18:06:51 +00:00
2017-07-11 22:23:00 +00:00
2017-08-20 01:30:45 +00:00
2017-05-10 12:30:07 +00:00
2017-08-23 20:31:27 +00:00
2017-08-30 18:06:51 +00:00
2017-08-15 18:14:57 +00:00
2017-07-19 21:39:51 +00:00
2017-07-21 17:25:20 +00:00
2017-08-30 18:06:51 +00:00
2017-08-22 21:41:19 +00:00