[llvm-branch-commits] [llvm] [DataLayout][LangRef] Split non-integral and unstable pointer properties (PR #105735)

Krzysztof Drewniak via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 1 10:09:56 PDT 2025


krzysz00 wrote:

... Actually, no, having posted that, I just had a better idea

Drop non-integral as a concept, but make `DL.isNonIntegralPointer()` do a index width != address width check to preserve the old behavior

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


More information about the llvm-branch-commits mailing list