Gousemoodhin Nadaf
d4408fe17f
[clang] Do not crash for unsupported fixed point to floating point conversion
...
- Fixed point to floating point conversion is unimplemented.
- If one of the operands has a floating type and the other operand has a fixed-point type, the function
handleFloatConversion() is called because one of the operands has a floating type, but we do not handle fixed
point type in this function (Implementation of fixed point to floating point conversion is missing), due to this
compiler crashes. In order to avoid compiler crash, when one of the operands has a floating type and the other
operand has a fixed-point type, return NULL.
- FIXME: Implementation of fixed point to floating point conversion.
- I am going to resolve FIXME in followup patches.
- Add the test case.
Reviewed By: ebevhan
Differential Revision: https://reviews.llvm.org/D81904
2020-08-11 17:26:19 +02:00
..
2020-01-14 12:55:11 -08:00
2019-10-30 15:02:59 -05:00
2019-12-26 09:33:21 +01:00
2019-05-24 04:46:22 +00:00
2019-11-09 17:54:58 +01:00
2020-05-19 15:00:48 +00:00
2020-03-09 19:57:03 +00:00
2018-12-17 19:19:15 +00:00
2019-11-09 18:13:51 +01:00
2019-09-27 05:37:06 +00:00
2018-08-01 13:19:14 +00:00
2018-05-31 13:57:09 +00:00
2018-09-13 14:27:32 +00:00
2018-05-29 13:07:58 +00:00
2019-09-10 20:15:45 +00:00
2018-05-01 23:59:33 +00:00
2020-01-14 12:55:11 -08:00
2020-03-31 21:59:27 -07:00
2017-12-16 02:23:22 +00:00
2020-07-14 14:40:43 -07:00
2020-06-29 16:22:29 +02:00
2018-06-20 17:19:40 +00:00
2019-02-21 20:50:09 +00:00
2020-04-08 16:31:36 +02:00
2019-03-06 00:28:43 +00:00
2020-06-26 13:38:11 +02:00
2018-08-06 16:42:37 +00:00
2020-06-30 13:47:12 +02:00
2020-08-11 17:26:19 +02:00
2018-07-17 14:58:49 +00:00
2020-06-29 16:22:29 +02:00
2018-07-17 14:58:49 +00:00
2018-06-29 17:08:19 +00:00
2020-08-07 15:09:24 +02:00
2020-06-29 16:22:29 +02:00
2018-10-26 16:12:12 +00:00
2020-04-08 16:31:36 +02:00
2019-03-06 00:28:43 +00:00
2018-04-23 18:05:35 +00:00
2019-10-10 21:04:25 +00:00
2019-08-16 23:30:16 +00:00
2017-03-13 11:17:41 +00:00
2019-05-24 04:46:22 +00:00
2019-11-12 16:22:13 -08:00
2019-06-03 22:59:17 +00:00
2018-12-06 01:05:54 +00:00
2018-12-06 01:05:54 +00:00
2018-12-06 01:05:54 +00:00
2020-06-10 12:20:54 -07:00
2019-09-27 05:37:06 +00:00
2020-06-29 14:13:12 +01:00
2017-09-19 17:59:40 +00:00
2020-07-05 11:50:38 -07:00
2019-06-19 17:41:30 +00:00
2017-08-10 11:22:52 +00:00
2020-06-20 23:32:10 -07:00
2020-06-20 23:32:10 -07:00
2019-06-19 17:41:30 +00:00
2019-02-03 15:49:11 +00:00
2020-03-25 14:33:44 +00:00
2019-01-03 18:26:06 +00:00
2017-06-16 20:13:39 +00:00
2017-03-07 20:20:23 +00:00
2020-02-25 09:43:52 -05:00
2018-01-27 00:25:29 +00:00
2017-08-04 21:52:00 +00:00
2019-09-18 19:12:14 +00:00
2019-09-18 21:41:45 +00:00
2017-06-02 01:05:44 +00:00
2017-04-29 00:54:03 +00:00
2018-01-04 23:03:48 +00:00
2017-04-29 00:34:47 +00:00
2019-09-16 19:18:37 +00:00
2019-09-18 21:41:45 +00:00
2020-03-31 17:12:08 -07:00
2019-02-03 15:49:11 +00:00
2019-09-30 17:26:48 +00:00
2019-07-25 11:04:29 +00:00
2020-03-07 18:28:54 +03:00
2017-08-24 23:25:05 +00:00
2017-05-23 16:09:13 +00:00
2019-05-23 17:58:33 +00:00
2020-05-14 15:15:49 -07:00
2020-05-14 15:15:49 -07:00
2019-04-13 04:33:39 +00:00
2019-04-13 04:33:39 +00:00
2017-12-16 02:23:22 +00:00
2019-10-22 16:06:20 -04:00
2019-01-29 19:33:48 +00:00
2019-01-29 19:33:48 +00:00
2019-01-29 19:33:48 +00:00
2019-01-29 19:33:48 +00:00
2019-09-13 18:00:51 +00:00
2018-08-08 22:23:57 +00:00
2019-12-12 12:34:19 -08:00
2019-02-26 17:15:36 +00:00