Arthur Eubanks
86eaf6083b
[X86] Refine X86DAGToDAGISel::isSExtAbsoluteSymbolRef() ( #76191 )
...
We just need to check if the global is large or not.
In the kernel code model, globals are in the negative 2GB of the address
space, so globals can be a sign extended 32-bit immediate.
In other code models, small globals are in the low 2GB of the address
space, so sign extending them is equivalent to zero extending them.
2024-01-19 14:11:18 -08:00
..
2024-01-17 10:35:20 -08:00
2024-01-19 16:08:16 +01:00
2024-01-16 15:32:43 -08:00
2024-01-18 10:55:30 -08:00
2024-01-20 00:44:00 +03:00
2024-01-19 09:19:09 -08:00
2023-12-04 21:06:18 -05:00
2024-01-04 20:42:51 +04:00
2024-01-19 09:19:09 -08:00
2023-12-01 12:01:22 -08:00
2024-01-18 09:14:15 -08:00
2024-01-19 15:08:24 +00:00
2024-01-15 16:30:07 -05:00
2023-12-28 16:28:10 +01:00
2024-01-11 17:01:57 -08:00
2024-01-19 16:08:16 +01:00
2023-11-09 22:30:49 +00:00
2023-12-11 21:01:36 -08:00
2024-01-03 07:19:56 -08:00
2024-01-18 19:59:09 -08:00
2023-12-19 15:30:29 -06:00
2024-01-19 11:34:00 -08:00
2023-12-14 09:57:03 -05:00
2023-12-14 16:05:36 -08:00
2024-01-18 20:09:53 +08:00
2024-01-19 13:36:59 -08:00
2024-01-19 00:19:33 -08:00
2024-01-19 13:36:59 -08:00
2024-01-10 06:59:38 -08:00
2024-01-19 14:11:18 -08:00
2024-01-19 15:45:53 +00:00
2023-12-03 10:34:48 -08:00
2024-01-16 16:32:10 -08:00
2023-12-19 15:14:04 +02:00
2024-01-19 21:02:20 +00:00
2024-01-11 23:32:44 -08:00
2024-01-12 16:34:39 -08:00
2024-01-09 11:32:08 +03:00