[llvm] pr/amdgpu closed world (PR #66488)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 19 00:18:43 PDT 2024
================
@@ -1448,7 +1448,7 @@ struct AttributorConfig {
/// Callback function to determine if an indirect call targets should be made
/// direct call targets (with an if-cascade).
std::function<bool(Attributor &A, const AbstractAttribute &AA, CallBase &CB,
- Function &AssummedCallee)>
+ Function &AssummedCallee, unsigned NumCallees)>
----------------
arsenm wrote:
Typo AssummedCallee
https://github.com/llvm/llvm-project/pull/66488
More information about the llvm-commits
mailing list