[PATCH] D150215: [clang][CodeGen] Break up TargetInfo.cpp [7/8]

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 9 12:19:44 PDT 2023


barannikov88 added a comment.

Currently, the functions just forward their arguments to the constructors (*), but I think more stuff
should be pushed into them from `createTargetCodeGenInfo`. This is left for target maintainers.

Implementations of the added functions will be distributed across *.cpp files in the next commit.

(*) `isStructReturnInRegABI` calls (PPC and X86) were moved because these methods are not
accessible from other TUs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150215



More information about the cfe-commits mailing list