[all-commits] [llvm/llvm-project] a503cb: [NFC][regalloc] Factor accesses to ExtraRegInfo

Mircea Trofin via All-commits all-commits at lists.llvm.org
Tue Nov 30 15:11:09 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a503cb00d105b75744444c987fd159b05180c383
      https://github.com/llvm/llvm-project/commit/a503cb00d105b75744444c987fd159b05180c383
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  [NFC][regalloc] Factor accesses to ExtraRegInfo

We'll move ExtraRegInfo to the RegAllocEvictionAdvisor subsequently.
This change prepares for that by factoring all accesses.

RFC: https://lists.llvm.org/pipermail/llvm-dev/2021-November/153639.html

Differential Revision: https://reviews.llvm.org/D114759




More information about the All-commits mailing list