[all-commits] [llvm/llvm-project] 8e59fe: [FastISel] Correctly report prototype on miss
aengelke via All-commits
all-commits at lists.llvm.org
Tue Apr 11 02:49:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e59fe2d8e620787b1b6c0f247903ac06c3ca6fe
https://github.com/llvm/llvm-project/commit/8e59fe2d8e620787b1b6c0f247903ac06c3ca6fe
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list