[all-commits] [llvm/llvm-project] 305a1c: [DataLayout] Refactor storage of non-integral addr...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Fri Oct 25 10:03:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 305a1ceae371b482375545650ba9fd9e4c165157
      https://github.com/llvm/llvm-project/commit/305a1ceae371b482375545650ba9fd9e4c165157
  Author: Alexander Richardson <alexrichardson at google.com>
  Date:   2024-10-25 (Fri, 25 Oct 2024)

  Changed paths:
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/lib/IR/DataLayout.cpp

  Log Message:
  -----------
  [DataLayout] Refactor storage of non-integral address spaces

Instead of storing this as a separate array of non-integral pointers,
add it to the PointerSpec class instead. This will allow for future
simplifications such as splitting the non-integral property into
multiple distinct ones: relocatable (i.e. non-stable representation) and
non-integral representation (i.e. pointers with metadata).

Reviewed By: arsenm

Pull Request: https://github.com/llvm/llvm-project/pull/105734



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list