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

Hiroshi Yamauchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 12:48:50 PDT 2020


yamauchi added inline comments.


================
Comment at: llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext:1
 # IR level Instrumentation Flag
 :ir
----------------
davidxl wrote:
> 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.
Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84782



More information about the cfe-commits mailing list