Guillaume Gomez
9098f05b26
Rollup merge of #97188 - carbotaniuman:remove-null-assert, r=RalfJung
...
Remove unneeded null pointer asserts in ptr2int casts
This removes an assert that a pointer with address 0 has no provenance. This change is needed to support permissive provenance work in Miri, and seems justified by `ptr.with_addr(0)` working and a discussion on Zulip regarding LLVM semantics.
r? `@RalfJung`
2022-05-20 14:03:04 +02:00
..
2022-05-19 09:27:55 +00:00
2022-05-18 17:48:46 +00:00
2022-05-15 02:45:47 +03:00
2022-05-18 18:43:48 +03:00
2022-05-17 08:41:01 +08:00
2022-05-15 12:32:19 +02:00
2022-05-17 06:34:58 -04:00
2022-05-18 12:19:01 +02:00
2022-05-19 08:22:42 +09:00
2022-05-20 14:03:04 +02:00
2022-05-15 02:45:47 +03:00
2022-05-16 17:16:27 -05:00
2022-05-18 18:43:48 +03:00
2022-05-19 16:32:06 -07:00
2022-05-17 19:01:33 +09:00
2022-05-17 09:39:26 +00:00
2022-05-19 13:08:51 +00:00
2022-05-20 14:03:03 +02:00
2022-05-18 20:12:07 +00:00
2022-05-17 12:01:12 +00:00
2022-05-19 17:22:48 +02:00
2022-05-16 22:23:32 -05:00
2022-05-18 17:48:46 +00:00
2022-05-18 07:40:58 +09:00
2022-05-18 15:07:47 +00:00
2022-05-18 18:43:48 +03:00
2022-05-18 12:19:01 +02:00
2022-05-14 23:53:11 +00:00
2022-05-17 06:48:03 -04:00
2022-05-19 13:08:51 +00:00
2022-05-17 09:39:26 +00:00
2022-05-20 03:27:01 +00:00