[PATCH] D120753: [FuncSpec][NFC] Refactor internal structures.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 02:00:02 PST 2022


fhahn added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/SCCPSolver.h:149
   /// the lattice state of their corresponding values in the original function.
-  void markArgInFuncSpecialization(Function *F, Argument *A, Constant *C);
+  void markArgInFuncSpecialization(Function *F, ArgInfo &Arg);
 
----------------
Does the function modify `Arg`? If not, please either pass by value or as const reference.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120753/new/

https://reviews.llvm.org/D120753



More information about the llvm-commits mailing list