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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 11:21:12 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 NumAssummedCallee)>
----------------
arsenm wrote:

Typo NumAssummedCallee

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


More information about the llvm-commits mailing list