Artem Chikin
d04ae47801
Allow initializing a wrapped property with a nonmutating setter
...
This is achieved in 3 steps:
1. CSApply detects assignments to property wrappers inside constructors, and produces an `inout` expr instead of a `load`, which it normally would because nonmutating setters take the `self` by-value. This is necessary becasue the assign_by_wrapper instruction expects an address type for its $1 operand.
2. SILGenLValue now emits the assign_by_wrapper pattern for such setters, ignoring the fact that they capture `self` by value. It also introduces an additional load instruction for the setter patrial_apply because the setter signature still expects a value and we now have an address (because of (1)).
3. DefiniteInitialization specifically ignores load instructions used to produce a `self` value for a setter referenced on assign_by_wrapper because it will be deleted by lowering anyway.
Resolves rdar://problem/60600911 and rdar://problem/52280477
2020-04-30 14:49:22 -07:00
..
2020-04-29 13:25:33 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-10-26 15:12:14 -07:00
2019-12-18 13:17:17 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-04-28 10:57:40 -07:00
2019-10-26 15:12:14 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-12-02 20:29:52 -08:00
2019-07-10 15:49:24 -07:00
2019-11-21 18:01:00 +01:00
2020-03-19 02:20:21 -04:00
2019-07-08 17:33:49 -07:00
2020-03-19 02:20:21 -04:00
2020-03-18 00:36:49 -07:00
2019-11-25 11:53:49 -08:00
2020-03-19 02:20:21 -04:00
2019-12-03 21:50:48 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-11-20 21:30:28 -05:00
2019-11-20 21:30:28 -05:00
2020-03-03 09:24:18 -08:00
2019-10-22 11:27:21 +02:00
2019-09-24 15:59:28 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-11-20 21:30:28 -05:00
2020-03-19 02:20:21 -04:00
2020-04-07 12:13:38 -04:00
2020-04-07 12:13:38 -04:00
2019-11-20 21:30:28 -05:00
2020-03-19 02:20:21 -04:00
2019-07-16 14:44:09 +02:00
2020-03-19 02:20:21 -04:00
2019-12-16 09:28:56 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-07-10 15:49:24 -07:00
2019-07-10 15:49:24 -07:00
2020-03-19 02:20:21 -04:00
2019-09-16 18:49:19 -07:00
2020-01-02 12:10:36 -08:00
2020-01-28 15:18:25 -08:00
2019-10-10 19:32:26 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-10-26 15:12:14 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-11-20 21:30:28 -05:00
2020-04-15 20:52:30 +02:00
2019-12-06 10:47:05 -08:00
2019-11-17 11:34:43 -08:00
2019-08-13 09:29:05 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-12-04 17:02:56 +01:00
2020-04-29 13:25:33 +02:00
2020-04-07 21:16:21 -07:00
2020-03-19 02:20:21 -04:00
2020-04-07 21:16:21 -07:00
2020-02-25 17:49:50 +01:00
2020-03-19 02:20:21 -04:00
2020-02-18 19:23:17 +01:00
2020-02-05 14:28:34 -08:00
2020-02-05 14:28:34 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-18 09:29:22 -04:00
2020-03-19 02:20:21 -04:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2020-01-02 09:54:18 -08:00
2020-01-08 14:09:55 -08:00
2020-01-08 14:09:55 -08:00
2020-01-02 09:54:18 -08:00
2020-03-19 02:20:21 -04:00
2019-11-17 11:34:43 -08:00
2020-01-02 09:54:18 -08:00
2019-10-26 15:12:14 -07:00
2020-04-16 10:26:29 -07:00
2020-03-19 02:20:21 -04:00
2020-03-24 15:07:37 +01:00
2020-03-31 17:34:56 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-01-24 10:23:06 -08:00
2020-03-19 02:20:21 -04:00
2020-01-24 10:23:06 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-04-10 20:10:24 +02:00
2020-03-19 02:20:21 -04:00
2019-11-07 22:59:07 -05:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-01-24 10:23:06 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-01-24 10:23:06 -08:00
2020-01-24 10:23:06 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-04-20 13:45:46 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-02-03 15:39:06 -08:00
2020-03-19 02:20:21 -04:00
2020-02-19 11:24:28 -08:00
2020-04-30 14:49:22 -07:00
2020-04-30 14:49:22 -07:00
2020-01-08 14:09:55 -08:00
2020-03-19 02:20:21 -04:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2019-10-26 15:12:14 -07:00
2020-04-18 15:29:22 -07:00
2020-04-17 16:58:03 +02:00
2020-04-03 09:07:34 +02:00
2020-03-19 02:20:21 -04:00
2020-04-10 16:52:22 -07:00
2020-03-19 02:20:21 -04:00
2020-01-24 14:47:30 +01:00
2020-03-19 02:20:21 -04:00
2019-08-28 15:40:05 +02:00
2020-01-22 11:48:05 -08:00
2020-03-19 02:20:21 -04:00
2020-02-22 02:07:32 -08:00
2020-02-22 02:07:32 -08:00
2020-04-03 09:07:34 +02:00
2019-10-26 15:12:14 -07:00
2020-04-28 10:57:40 -07:00
2020-04-28 10:57:40 -07:00
2020-04-08 11:34:22 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-07 16:25:59 -05:00
2020-02-24 12:14:21 -08:00
2019-09-24 15:59:28 -07:00
2019-09-24 15:59:28 -07:00
2020-03-19 02:20:21 -04:00
2020-04-15 20:52:30 +02:00
2019-09-24 15:59:28 -07:00
2019-09-24 15:59:28 -07:00
2019-09-24 15:59:28 -07:00
2019-09-24 15:59:28 -07:00
2019-09-24 15:59:28 -07:00
2020-03-19 02:20:21 -04:00
2019-10-26 15:12:14 -07:00
2020-04-16 10:26:29 -07:00
2020-03-23 16:08:56 +01:00
2020-04-10 20:10:24 +02:00
2020-03-02 18:18:30 +01:00
2020-02-26 17:35:05 +01:00
2019-11-07 17:16:40 -05:00
2020-03-23 15:53:22 +01:00
2019-11-20 21:30:28 -05:00
2020-02-11 14:21:22 +01:00
2019-10-26 15:12:14 -07:00
2020-01-24 10:23:06 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-09-09 19:18:31 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-08-15 14:57:24 -07:00
2020-03-10 19:53:18 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-02 18:33:20 -08:00
2020-04-19 13:52:51 -07:00
2020-04-02 10:44:18 +02:00
2020-01-06 23:58:59 -08:00
2020-03-19 02:20:21 -04:00
2020-03-13 11:01:59 +01:00
2020-03-09 16:20:01 -07:00
2020-02-08 18:48:45 -08:00
2020-03-09 16:20:01 -07:00
2020-03-15 19:13:37 -07:00
2020-04-22 20:53:11 -07:00
2020-03-23 16:08:56 +01:00
2020-03-23 16:08:56 +01:00
2020-04-03 08:25:20 -07:00
2020-04-03 08:25:20 -07:00
2020-03-19 02:20:21 -04:00
2019-08-17 13:28:04 -07:00
2020-04-01 10:02:43 +02:00
2019-10-19 10:39:16 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-07-08 11:38:53 -07:00
2019-10-26 15:12:14 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-04-16 10:26:29 -07:00
2020-04-08 22:04:16 -07:00
2020-04-10 20:10:24 +02:00
2020-03-19 02:20:21 -04:00
2019-10-26 15:12:14 -07:00
2019-08-27 10:18:49 -07:00
2020-03-19 02:20:21 -04:00
2020-03-26 19:30:01 +01:00
2020-01-24 10:23:06 -08:00
2020-02-21 15:34:17 -08:00
2020-03-19 02:20:21 -04:00
2020-01-24 14:47:30 +01:00
2020-04-19 13:52:51 -07:00
2020-03-27 01:18:04 -07:00
2020-04-10 20:10:24 +02:00
2020-03-27 01:18:04 -07:00
2020-04-08 11:53:52 -07:00
2020-04-28 08:22:23 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-09-20 17:25:56 -07:00
2019-10-26 15:12:14 -07:00
2019-09-19 17:10:14 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-09-18 10:44:48 -07:00
2019-10-29 19:35:37 -07:00
2019-08-13 09:29:05 +02:00
2019-11-17 03:48:00 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-08-28 12:14:38 +02:00
2019-08-08 21:46:08 +02:00
2020-03-19 02:20:21 -04:00
2019-08-13 09:29:05 +02:00
2019-11-20 21:30:28 -05:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-04-16 13:11:33 +02:00
2019-12-07 12:55:00 -08:00
2019-07-10 15:49:24 -07:00
2020-04-09 23:30:10 -07:00
2020-04-20 16:10:23 -07:00
2020-03-19 02:20:21 -04:00
2020-02-17 16:37:58 -08:00
2020-04-08 12:40:44 +00:00
2020-04-27 14:52:39 -07:00
2020-04-27 18:30:33 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-20 10:38:43 +01:00
2020-03-19 02:20:21 -04:00
2019-07-10 15:49:24 -07:00
2020-03-19 02:20:21 -04:00
2019-11-20 21:30:28 -05:00
2020-04-08 11:34:22 -07:00
2020-03-19 02:20:21 -04:00
2019-09-24 14:10:25 -07:00
2020-04-07 17:24:00 -07:00
2020-01-27 14:45:10 +01:00
2019-08-27 10:18:49 -07:00
2020-03-19 02:20:21 -04:00
2020-04-10 20:10:24 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-04-22 15:03:14 -07:00
2020-04-10 20:10:24 +02:00
2019-11-20 21:30:28 -05:00
2020-04-10 20:10:24 +02:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2019-12-13 11:15:38 +01:00
2019-11-20 21:30:28 -05:00
2019-11-26 12:53:40 +01:00
2020-03-19 02:20:21 -04:00
2020-03-02 18:33:20 -08:00
2019-11-11 14:21:52 -08:00
2020-03-31 12:12:40 -07:00
2019-11-20 21:30:28 -05:00
2020-03-13 19:34:16 -07:00
2020-03-19 02:20:21 -04:00
2019-09-24 14:10:25 -07:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-02-11 14:21:22 +01:00
2020-02-26 17:35:05 +01:00
2019-12-24 15:40:10 -08:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-03-19 02:20:21 -04:00
2020-04-23 15:22:50 +02:00
2020-03-19 02:20:21 -04:00
2019-09-26 17:48:04 -07:00
2020-03-19 02:20:21 -04:00
2020-04-10 20:10:24 +02:00
2020-04-10 11:39:22 -07:00