[llvm] [NFCI][IR] Add optional DataLayout argument to zero and null value related APIs (PR #183208)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 09:16:24 PDT 2026


nikic wrote:

Depends a bit on what usages you find, but I'd be partial to not having isNullValue() at all and using `isa<ConstantPointerNull>()` instead...

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


More information about the llvm-commits mailing list