[all-commits] [llvm/llvm-project] 21e1b1: [TwoAddressInstruction] Handle physical registers ...

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Oct 19 08:26:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21e1b13f3384b875bd2205a736570320cb020f3e
      https://github.com/llvm/llvm-project/commit/21e1b13f3384b875bd2205a736570320cb020f3e
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
    M llvm/test/CodeGen/RISCV/rvv/fmaximum-sdnode.ll
    M llvm/test/CodeGen/RISCV/rvv/fminimum-sdnode.ll
    M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
    M llvm/test/CodeGen/X86/combine-or.ll
    M llvm/test/CodeGen/X86/machine-cse.ll
    M llvm/test/CodeGen/X86/ternlog.ll

  Log Message:
  -----------
  [TwoAddressInstruction] Handle physical registers with LiveIntervals (#66784)

Teach the LiveIntervals path in isPlainlyKilled to handle physical
registers, to get equivalent functionality with the LiveVariables path.

Test this by adding -early-live-intervals RUN lines to a handful of
tests that would fail without this.




More information about the All-commits mailing list