[FastISel] Correctly report prototype on miss
authorAlexis Engelke <engelke@in.tum.de>
Thu, 9 Mar 2023 18:15:24 +0000 (19:15 +0100)
committerAlexis Engelke <engelke@in.tum.de>
Tue, 11 Apr 2023 09:49:08 +0000 (11:49 +0200)
commit8e59fe2d8e620787b1b6c0f247903ac06c3ca6fe
tree65dddb07e9554b131bd161b5a1f500ec384e6ca3
parente17c1bb4940b437999ffce15e74f133e7456f44d
[FastISel] Correctly report prototype on miss

The type of a function is nowadays just an opaque pointer, which is not
helpful when analyzing FastISel misses. Instead print the actual
function type of the function.

Reviewed By: efriedma

Differential Revision: https://reviews.llvm.org/D147716
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp