[PATCH] D120868: [IROutliner] handle functions that do not contain an exit path

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 09:14:10 PST 2022


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

LGTM

I am a little worried about the code extractor's assumptions, at least wrt `noreturn` functions (should the code extractor have a special case for `noreturn`?). But I think that should be handled in the code extractor, not here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120868



More information about the llvm-commits mailing list