[all-commits] [llvm/llvm-project] 0b570a: [CodeGen] Remove LiveVariables::{isPHIJoin, setPHIJ...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Mon Oct 16 09:31:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b570ad969b8b03b366198b395b7d21c3f8fe40c
      https://github.com/llvm/llvm-project/commit/0b570ad969b8b03b366198b395b7d21c3f8fe40c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveVariables.h
    M llvm/lib/CodeGen/LiveVariables.cpp
    M llvm/lib/CodeGen/PHIElimination.cpp

  Log Message:
  -----------
  [CodeGen] Remove LiveVariables::{isPHIJoin,setPHIJoin} (#69128)

The last use of isPHIJoin was removed by:

  commit fac770b865f59cbe615241dad153ad20d5138b9e
  Author: Jakob Stoklund Olesen <stoklund at 2pi.dk>
  Date:   Sat Feb 9 00:04:07 2013 +0000

so there is no reason to maintain PHIJoins.




More information about the All-commits mailing list