[llvm] [WIP] Consider datalayout sentinel pointer value for isKnownNonZero check (PR #91769)
Rana Pratap Reddy via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 21:05:58 PST 2025
ranapratap55 wrote:
This PR adds a new field as sentinel value in the DL string for all unlisted addrspaces. I am looking into ways to use this in the IR optimizations. There are few APIs(knownbits, knownnull, ConstantPointerNull)which needs to be updated to use this change.
https://github.com/llvm/llvm-project/pull/91769
More information about the llvm-commits
mailing list