[PATCH] D57082: [HotColdSplit] Move splitting earlier in the pipeline

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 11:54:55 PST 2019


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

LGTM with suggestion about cutting down test.



================
Comment at: llvm/test/Other/opt-hot-cold-split.ll:30
+; DEFAULT-Os-NEXT:     Dead Argument Elimination
+; DEFAULT-Os-NEXT:     Hot Cold Splitting
+; DEFAULT-Os-NEXT:       Unnamed pass: implement Pass::getPassName()
----------------
Suggest cutting the expected output here and in the pre-link cases down to just look for Hot Cold Splitting. Otherwise this test will need to be changed for unrelated opt pipeline changes. And I don't think we need to check the whole pipeline? 


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

https://reviews.llvm.org/D57082





More information about the llvm-commits mailing list