[PATCH] D109966: [X86][NFC] structure-return simplificiation

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 10:58:45 PDT 2021


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm, thanks!

In D109966#3042923 <https://reviews.llvm.org/D109966#3042923>, @urnathan wrote:

> would you prefer anonymous namespace, or stick with the static fn?

LLVM has a guideline preferring `static`:
https://llvm.org/docs/CodingStandards.html#anonymous-namespaces


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

https://reviews.llvm.org/D109966



More information about the llvm-commits mailing list