DAG: Remove redundant finalizeLowering call
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 8 Jul 2020 22:38:40 +0000 (18:38 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 8 Jul 2020 22:48:20 +0000 (18:48 -0400)
commit18bd821f02261065a2235e43c7290b57d55224c8
treebce3d602103251bd7afe62e1e56fb175ac31c597
parent3101fc692d2443226e749b8a643603efee695acc
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.
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp