[llvm] [Attributor] Pack out arguments into a struct (PR #119267)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 26 05:02:02 PST 2024
================
@@ -3412,6 +3412,9 @@ void Attributor::identifyDefaultAbstractAttributes(Function &F) {
// Every function can track active assumptions.
getOrCreateAAFor<AAAssumptionInfo>(FPos);
+ // Every function can have out arguments.
----------------
arsenm wrote:
Only functions with pointer arguments, not sure if it's worth checking if there are any
https://github.com/llvm/llvm-project/pull/119267
More information about the llvm-commits
mailing list