[all-commits] [llvm/llvm-project] bdaa18: [TwoAddressInstructionPass] Update existing physre...

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Nov 5 14:20:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdaa181007a46d317a1665acb8234eddeee82815
      https://github.com/llvm/llvm-project/commit/bdaa181007a46d317a1665acb8234eddeee82815
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
    M llvm/test/CodeGen/ARM/inlineasm-operand-implicit-cast.ll
    M llvm/test/CodeGen/Thumb/emergency-spill-slot.ll
    M llvm/test/CodeGen/X86/inline-asm-A-constraint.ll

  Log Message:
  -----------
  [TwoAddressInstructionPass] Update existing physreg live intervals

In TwoAddressInstructionPass::processTiedPairs with
-early-live-intervals, update any preexisting physreg live intervals,
as well as virtreg live intervals. By default (without
-precompute-phys-liveness) physreg live intervals only exist for
registers that are live-in to some basic block.

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




More information about the All-commits mailing list