[PATCH] D84865: [PGO] Remove insignificant function hash values from some tests.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 09:16:36 PDT 2020


yamauchi created this revision.
yamauchi added reviewers: davidxl, xur, MaskRay.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
yamauchi requested review of this revision.

This is to avoid the need to update a bunch of test files when the PGO
instrumentation function hashing changes.

Split off of D84782 <https://reviews.llvm.org/D84782>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84865

Files:
  llvm/test/Transforms/PGOProfile/PR41279.ll
  llvm/test/Transforms/PGOProfile/PR41279_2.ll
  llvm/test/Transforms/PGOProfile/branch1.ll
  llvm/test/Transforms/PGOProfile/branch2.ll
  llvm/test/Transforms/PGOProfile/criticaledge.ll
  llvm/test/Transforms/PGOProfile/instr_entry_bb.ll
  llvm/test/Transforms/PGOProfile/landingpad.ll
  llvm/test/Transforms/PGOProfile/loop1.ll
  llvm/test/Transforms/PGOProfile/loop2.ll
  llvm/test/Transforms/PGOProfile/memop_size_from_strlen.ll
  llvm/test/Transforms/PGOProfile/single_bb.ll
  llvm/test/Transforms/PGOProfile/switch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84865.281632.patch
Type: text/x-patch
Size: 24021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/be3d3132/attachment.bin>


More information about the llvm-commits mailing list