[all-commits] [llvm/llvm-project] ce02d5: [CodeGen] Use cloneVirtualRegister in LiveInterval...

Christudasan Devadasan via All-commits all-commits at lists.llvm.org
Fri Dec 16 22:25:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce02d5a5395632519f067409c42943bfd9aa2294
      https://github.com/llvm/llvm-project/commit/ce02d5a5395632519f067409c42943bfd9aa2294
  Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveRangeEdit.cpp

  Log Message:
  -----------
  [CodeGen] Use cloneVirtualRegister in LiveIntervals and LiveRangeEdit

It is needed to invoke the delegate methods effectively whenever a
virtual register is cloned from an existing register of the same class.

Reviewed By: qcolombet

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




More information about the All-commits mailing list