jeanPerier
6a41f53c39
[flang][hlfir] do not propagate polymorphic temporary as allocatables ( #142609 )
...
Polymorphic temporary are currently propagated as
fir.ref<fir.class<fir.heap<>>> because their allocation may be delayed
to the hlfir.assign copy (using realloc).
This patch moves away from this and directly allocate the temp and
propagate it as a fir.class.
The polymorphic temporaries creating is also simplified by avoiding the
need to call the runtime to setup the descriptor altogether (the runtime
is still call for the allocation currently because alloca/allocmem do
not support polymorphism).
2025-06-06 09:53:41 +02:00
..
2025-05-08 20:22:29 +02:00
2024-11-28 17:28:56 +01:00
2025-05-29 13:42:57 -07:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-03-03 07:53:17 -08:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-03-18 16:46:59 -07:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-01-28 12:54:15 +00:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-09 12:19:53 +01:00
2025-05-13 16:17:49 +01:00
2025-05-09 16:27:18 +02:00
2025-05-29 13:42:57 -07:00
2025-05-29 13:42:57 -07:00
2025-02-28 05:46:03 +01:00
2025-02-21 16:26:19 +01:00
2025-03-31 11:41:43 -07:00
2025-02-05 18:24:47 +00:00
2025-04-10 18:41:54 -07:00
2025-04-10 18:41:54 -07:00
2025-06-06 09:53:41 +02:00
2025-03-20 15:48:45 +00:00
2025-03-20 15:48:45 +00:00
2025-01-31 09:35:26 +00:00
2025-01-16 12:34:38 -08:00
2025-02-24 14:18:17 -08:00
2025-04-01 08:41:11 -07:00
2025-04-17 11:46:06 -07:00
2025-03-18 14:07:41 +01:00
2025-05-22 09:26:14 +02:00
2025-01-16 12:34:38 -08:00
2025-05-16 09:44:33 +02:00
2025-05-16 09:44:33 +02:00
2025-04-29 10:17:11 -07:00
2025-05-16 09:44:33 +02:00
2025-04-29 10:17:11 -07:00
2025-04-29 10:17:11 -07:00
2025-02-24 14:18:17 -08:00