[PATCH] D80249: WIP: CodeGen: Don't lazily construct MachineFunctionInfo

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 12:06:39 PDT 2020


arsenm added a comment.

In D80249#2093462 <https://reviews.llvm.org/D80249#2093462>, @aemerson wrote:

> Is there no reasonable default MFI we can create?


The point of it is to carry target specific information, so I don't think anything would make sense to be there by default.


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

https://reviews.llvm.org/D80249





More information about the llvm-commits mailing list