[PATCH] D57265: [PM/CC1] Add -f[no-]split-cold-code CC1 options to toggle splitting

Philip Pfaffe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 11 03:16:35 PST 2019


philip.pfaffe added a comment.

I'd prefer not adding this kind of state to PassBuilder. `SplitColdCode` is soemthing that refers to the construction of //one// particular pipeline, not to pipeline-building in general. It should be an argument passed down through the build*Pipeline calls.


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

https://reviews.llvm.org/D57265





More information about the cfe-commits mailing list