[PATCH] D104029: [Analysis] Pass RecurrenceDescriptor as const reference. NFCI.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 10 07:18:12 PDT 2021
sdesmalen accepted this revision.
sdesmalen added a comment.
Passing by const reference seems sensible, it avoids passing the whole thing by value and none of the functions need to modify it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104029/new/
https://reviews.llvm.org/D104029
More information about the llvm-commits
mailing list