Amanieu d'Antras
4d747128eb
Tweak type inference for const operands in inline asm
...
Previously these would be treated like integer literals and default to
`i32` if a type could not be determined. To allow for
forward-compatibility with `str` constants in the future, this PR
changes type inference to use an unbound type variable instead.
The actual type checking is deferred until after typeck where we still
ensure that the final type for the `const` operand is an integer type.
2024-07-25 20:12:14 +01:00
..
2024-07-15 13:01:20 -04:00
2024-07-17 16:22:31 +02:00
2024-07-25 16:48:20 +02:00
2024-07-15 12:40:10 -04:00
2024-07-23 19:56:06 -04:00
2024-07-25 04:43:18 +02:00
2024-07-24 15:27:18 +02:00
2024-07-24 23:36:47 -04:00
2024-07-22 14:34:45 +00:00
2024-07-22 16:44:02 +08:00
2024-07-17 20:22:07 +02:00
2024-07-25 07:52:31 +00:00
2024-07-25 07:52:31 +00:00
2024-07-24 16:00:48 +00:00
2024-07-15 12:40:10 -04:00
2024-07-23 19:42:35 +02:00
2024-07-25 04:43:19 +02:00
2024-07-24 18:00:41 +02:00
2024-07-22 11:40:19 -05:00
2024-07-19 14:52:07 -04:00
2024-07-24 22:22:16 +02:00
2024-07-25 20:12:14 +01:00
2024-07-25 16:48:20 +02:00
2024-07-25 20:12:14 +01:00
2024-07-15 12:44:24 -04:00
2024-07-22 13:54:48 -04:00
2024-07-15 12:40:10 -04:00
2024-07-25 16:48:17 +02:00
2024-07-24 13:16:46 -04:00
2024-07-16 16:15:13 -05:00
2024-07-17 10:46:10 -04:00
2024-07-25 04:43:19 +02:00
2024-07-24 22:22:16 +02:00
2024-07-23 13:06:54 +02:00
2024-07-19 14:52:07 -04:00
2024-07-21 22:34:35 -04:00
2024-07-15 23:43:52 +00:00
2024-07-15 12:40:10 -04:00
2024-07-25 04:43:18 +02:00
2024-07-25 16:48:20 +02:00
2024-07-23 06:35:42 +00:00
2024-07-18 20:08:38 +00:00
2024-07-24 21:03:27 +00:00
2024-07-20 07:13:45 +02:00
2024-07-14 12:44:07 +00:00
2024-07-17 08:02:46 +10:00
2024-07-25 04:43:19 +02:00
2024-07-23 09:45:28 +00:00
2024-07-25 04:43:20 +02:00
2024-07-21 22:34:35 -04:00
2024-07-15 12:40:10 -04:00
2024-07-24 22:59:57 -04:00
2024-07-19 14:52:07 -04:00
2024-07-17 10:46:10 -04:00
2024-07-19 14:52:07 -04:00