[llvm] [Attributor][AMDGPU] Enable AAIndirectCallInfo for AMDAttributor (PR #100952)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 10:30:25 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 NumAssumedCallee)>
----------------
arsenm wrote:

Typo AssummedCallee

https://github.com/llvm/llvm-project/pull/100952


More information about the llvm-commits mailing list