[PATCH] D83024: [PGO] Instrument function entry BB by default in IR PGO

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 5 22:13:51 PDT 2020


davidxl added a comment.

The version number probably can be kept unchanged -- however there needs to be a new variant bit to indicate the choice.

Changing version number does not work either -- suppose after the flip, user select the instr-entry=false, but the version number will still be 7 -- this will lead to problem at profile-use time.


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

https://reviews.llvm.org/D83024





More information about the llvm-commits mailing list