[PATCH] D136846: [Driver] Enable profi flag as user-facing flag

Wenlei He via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 09:45:54 PDT 2022


wenlei added a comment.

I'm curious why do you need profi to be a driver flag? There're many similar tuning flags that don't have corresponding driver flag. profi is narrower than most tuning flags as it's specific to one component (profile inference) unique to sample PGO.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136846



More information about the cfe-commits mailing list