[PATCH] D84782: [PGO] Include the mem ops into the function hash.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 11:31:05 PDT 2020


davidxl added inline comments.


================
Comment at: llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext:1
 # IR level Instrumentation Flag
 :ir
----------------
We can convert this test case to cover the new option introduced:

basically create another profile entry for _Z3fooi  with the old hash. Change the counter value  a little and expect the profile-use match the old entry when the option is used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84782



More information about the llvm-commits mailing list