[PATCH] D148010: [Pipelines] Don't run module optimization in full LTO pre-link

Arthur Eubanks (out until mid-April) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 20:58:25 PDT 2023


aeubanks added a comment.

makes sense in theory since the module optimization pipeline really only needs to be run once per function, but it looks like there are some passes in the module optimization that aren't in the lto post-link pipeline, like RelLookupTableConverterPass, DivRemPairsPass, LoopSink


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

https://reviews.llvm.org/D148010



More information about the llvm-commits mailing list