[PATCH] D81403: [IndirectThunks] Make generated MF structure as expected by all instruction selectors.

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 00:30:47 PDT 2020


kristof.beyls marked 2 inline comments as done.
kristof.beyls added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/IndirectThunks.h:67
 
   // MachineFunctions/MachineBasicBlocks aren't created automatically for the
   // IR-level constructs we already made. Create them and insert them into the
----------------
zbrid wrote:
> nit: update this comment to only mention MachineFunctions since MBBs don't need to be created.
Thanks, I fixed that in a follow-up commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81403





More information about the llvm-commits mailing list