[PATCH] D95222: [LTOBackend] Return module when Parallelism Level == 1.

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 14:01:35 PST 2021


steven_wu added a comment.

Offline comment to Florian is that:

The other possibility is that I don't see why `SplitModule` needs to own the module. Can `backend` just take `Module&` instead of grabbing the `unique_ptr`? That is probably the cleanest change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95222



More information about the llvm-commits mailing list