[all-commits] [llvm/llvm-project] 1f56af: [InlineSpiller] Fix missing LiveRegMatrix declarat...

Ahmed Bougacha via All-commits all-commits at lists.llvm.org
Thu May 1 11:40:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f56afa9b4d1839b8c8703ff9c7a4784546a6451
      https://github.com/llvm/llvm-project/commit/1f56afa9b4d1839b8c8703ff9c7a4784546a6451
  Author: Ahmed Bougacha <ahmed at bougacha.org>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/Spiller.h

  Log Message:
  -----------
  [InlineSpiller] Fix missing LiveRegMatrix declaration. NFC.

b25b51eb639d adds a reference to LiveRegMatrix in Spiller.h without
including the header, or adding a declaration.  That breaks modules
builds.

It looks like it might get reverted in #137801, but let's fix the
breakage in the meantime.



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