[PATCH] D36655: Move SampleProfileLoader pass before all simplification passes.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 13 14:39:06 PDT 2017
davidxl added a comment.
Is there a functional test case (i.e., better matching with this change)?
While it does not matter in the longer run, it is probably better to not diverge the sample PGO behavior of the new PM with legacy PM too much, so perhaps make the same change to legacy PM?
https://reviews.llvm.org/D36655
More information about the llvm-commits
mailing list