[all-commits] [llvm/llvm-project] cd8909: [PGO] Remove insignificant function hash values fr...
hjyamauchi via All-commits
all-commits at lists.llvm.org
Wed Jul 29 10:24:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd890944ad344b1b8cac58332ab11c9eec6b61e9
https://github.com/llvm/llvm-project/commit/cd890944ad344b1b8cac58332ab11c9eec6b61e9
Author: Hiroshi Yamauchi <yamauchi at google.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/test/Transforms/PGOProfile/PR41279.ll
M llvm/test/Transforms/PGOProfile/PR41279_2.ll
M llvm/test/Transforms/PGOProfile/branch1.ll
M llvm/test/Transforms/PGOProfile/branch2.ll
M llvm/test/Transforms/PGOProfile/criticaledge.ll
M llvm/test/Transforms/PGOProfile/instr_entry_bb.ll
M llvm/test/Transforms/PGOProfile/landingpad.ll
M llvm/test/Transforms/PGOProfile/loop1.ll
M llvm/test/Transforms/PGOProfile/loop2.ll
M llvm/test/Transforms/PGOProfile/memop_size_from_strlen.ll
M llvm/test/Transforms/PGOProfile/single_bb.ll
M llvm/test/Transforms/PGOProfile/switch.ll
Log Message:
-----------
[PGO] Remove insignificant function hash values from some tests.
This is to avoid the need to update a bunch of test files when the PGO
instrumentation function hashing changes.
Split off of D84782.
Differential Revision: https://reviews.llvm.org/D84865
More information about the All-commits
mailing list