[all-commits] [llvm/llvm-project] 18bd82: DAG: Remove redundant finalizeLowering call

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jul 8 15:48:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 18bd821f02261065a2235e43c7290b57d55224c8
      https://github.com/llvm/llvm-project/commit/18bd821f02261065a2235e43c7290b57d55224c8
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

  Log Message:
  -----------
  DAG: Remove redundant finalizeLowering call

9cac4e6d1403554b06ec2fc9d834087b1234b695/D32628 intended to eliminate
this, and move all isel pseudo expansion to FinalizeISel. This was a
bad rebase or something, and failed to actually delete this call.

GlobalISel also has a redundant call of finalizeLowering. However, it
requires more work to remove it since it currently triggers a lot of
verifier errors in tests.




More information about the All-commits mailing list