[llvm] [RFC][DataLayout] Add null pointer value infrastructure (PR #183207)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 14:47:25 PDT 2026


shiltian wrote:

> I think this PR should only deal with the representation part, dereferencability of `null` should not be changed here (and I _think_ it is not changing yet, but I could be wrong).

Yes, this PR doesn't change anything regarding null pointer. The "work" I referred before is the final semantic change of `ConstantPointerNull`.

https://github.com/llvm/llvm-project/pull/183207


More information about the llvm-commits mailing list