Hsiangkai Wang
45bb59e001
[DebugInfo] Fix bug in LiveDebugVariables.
...
In lib/CodeGen/LiveDebugVariables.cpp, it uses std::prev(MBBI) to
get DebugValue's SlotIndex. However, the previous instruction may be
also a debug instruction. It could not use a debug instruction to query
SlotIndex in mi2iMap.
Scan all debug instructions and use the first debug instruction to query
SlotIndex for following debug instructions. Only handle DBG_VALUE in
handleDebugValue().
Differential Revision: https://reviews.llvm.org/D50621
llvm-svn: 341289
2018-09-02 15:57:22 +00:00
..
2018-08-01 23:46:49 +00:00
2018-05-09 02:40:45 +00:00
2018-06-25 17:06:18 +00:00
2018-08-28 23:25:59 +00:00
2018-08-23 05:39:02 +00:00
2018-05-09 02:40:45 +00:00
2016-03-28 13:09:54 +00:00
2018-07-26 20:56:53 +00:00
2018-08-11 05:33:00 +00:00
2018-08-21 23:42:08 +00:00
2018-08-16 23:57:15 +00:00
2018-08-31 17:41:58 +00:00
2017-08-30 18:06:51 +00:00
2018-08-01 02:18:06 +00:00
2018-05-09 02:40:45 +00:00
2018-05-09 02:40:45 +00:00
2018-08-21 17:48:28 +00:00
2018-09-02 15:57:22 +00:00
2017-09-11 23:05:20 +00:00
2018-06-05 00:56:08 +00:00
2018-05-09 02:40:45 +00:00
2018-07-06 17:32:40 +00:00
2018-06-06 19:05:41 +00:00
2018-07-24 00:41:29 +00:00
2018-07-02 17:08:36 +00:00
2018-06-26 18:54:10 +00:00
2018-05-09 02:40:45 +00:00
2018-02-23 23:01:06 +00:00
2017-11-22 15:48:30 +00:00
2018-01-29 11:33:17 +00:00
2017-09-18 14:15:57 +00:00
2017-08-31 12:27:10 +00:00
2017-05-05 10:52:39 +00:00
2017-09-13 22:09:01 +00:00
2017-09-11 22:59:45 +00:00
2017-09-13 22:09:01 +00:00
2017-09-11 22:59:45 +00:00
2018-01-05 10:03:02 +00:00
2017-09-11 22:59:45 +00:00
2018-03-18 11:38:41 +00:00
2017-09-11 23:05:20 +00:00
2017-09-11 22:59:45 +00:00
2018-01-16 11:17:57 +00:00
2017-10-10 14:15:25 +00:00
2017-09-11 23:05:20 +00:00
2017-09-11 22:59:45 +00:00
2017-07-11 12:29:07 +00:00
2018-02-09 15:33:39 +00:00
2018-02-09 15:39:04 +00:00
2016-05-24 12:48:46 +00:00
2018-05-01 18:08:45 +00:00
2016-08-11 07:22:53 +00:00
2018-05-09 02:40:45 +00:00
2017-10-02 18:31:29 +00:00
2017-10-02 18:31:29 +00:00
2018-04-09 20:17:56 +00:00
2017-09-11 22:59:45 +00:00
2016-10-10 17:53:33 +00:00
2018-05-09 02:40:45 +00:00
2018-06-05 00:56:08 +00:00
2017-09-11 23:05:20 +00:00
2018-05-09 02:40:45 +00:00