[PATCH] D36052: Update the new PM pipeline to make ICP aware if it is SamplePGO build.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 29 16:18:01 PDT 2017


davidxl added a comment.

Instr PGO has its own set of simplification passes, but still I think we should keep this patch NFC for instrPGO. If there are performance numbers that justify the InstrPGO pipeline changes, it can be discussed/done in a separate thread.  This one should be left as SamplePGO only change.


https://reviews.llvm.org/D36052





More information about the llvm-commits mailing list