[all-commits] [llvm/llvm-project] 2ec5fc: DAG: Remove redundant handling of reg fixups
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 8 15:33:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2ec5fc0c61fb4472bd5f9ea71130cdba215ed9a8
https://github.com/llvm/llvm-project/commit/2ec5fc0c61fb4472bd5f9ea71130cdba215ed9a8
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 handling of reg fixups
It looks like 9cac4e6d1403554b06ec2fc9d834087b1234b695 accidentally
added a second copy of this from a bad rebase or something. This
second copy was added, and the finalizeLowering call was not deleted
as intended.
More information about the All-commits
mailing list