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

Alexander Richardson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 25 14:55:21 PDT 2024


================
@@ -342,14 +346,63 @@ class DataLayout {
   SmallVector<unsigned, 8> getNonIntegralAddressSpaces() const {
----------------
arichardson wrote:

I've changed it to getNonStandardAddressSpaces() - not too important since it's only used in unit tests right now.

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


More information about the llvm-branch-commits mailing list