This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 198b0f87708 [X86] Add broadcast load unfolding support for VCMPPS/PD. new 23e9ce23efb Revert "clang-misexpect: Profile Guided Validation of Perfo [...] new c1ff64f88c7 gn build: Merge r371488
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/DiagnosticInfo.h | 22 +- include/llvm/IR/FixedMetadataKinds.def | 1 - include/llvm/IR/MDBuilder.h | 5 - include/llvm/Transforms/Utils/MisExpect.h | 43 --- lib/IR/DiagnosticInfo.cpp | 11 - lib/IR/MDBuilder.cpp | 12 - lib/Transforms/IPO/SampleProfile.cpp | 3 - .../Instrumentation/PGOInstrumentation.cpp | 4 - lib/Transforms/Scalar/LowerExpectIntrinsic.cpp | 31 +-- lib/Transforms/Utils/CMakeLists.txt | 1 - lib/Transforms/Utils/MisExpect.cpp | 177 ------------- test/ThinLTO/X86/lazyload_metadata.ll | 4 +- test/Transforms/LowerExpectIntrinsic/basic.ll | 31 +-- .../Inputs/misexpect-branch-correct.proftext | 38 --- .../PGOProfile/Inputs/misexpect-branch.proftext | 38 --- .../Inputs/misexpect-switch-correct.proftext | 16 -- .../PGOProfile/Inputs/misexpect-switch.proftext | 16 -- .../PGOProfile/misexpect-branch-correct.ll | 94 ------- .../PGOProfile/misexpect-branch-stripped.ll | 115 -------- .../PGOProfile/misexpect-branch-unpredictable.ll | 89 ------- test/Transforms/PGOProfile/misexpect-branch.ll | 130 --------- .../PGOProfile/misexpect-switch-default.ll | 196 -------------- test/Transforms/PGOProfile/misexpect-switch.ll | 293 --------------------- .../secondary/llvm/lib/Transforms/Utils/BUILD.gn | 1 - 24 files changed, 25 insertions(+), 1346 deletions(-) delete mode 100644 include/llvm/Transforms/Utils/MisExpect.h delete mode 100644 lib/Transforms/Utils/MisExpect.cpp delete mode 100644 test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext delete mode 100644 test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext delete mode 100644 test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext delete mode 100644 test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext delete mode 100644 test/Transforms/PGOProfile/misexpect-branch-correct.ll delete mode 100644 test/Transforms/PGOProfile/misexpect-branch-stripped.ll delete mode 100644 test/Transforms/PGOProfile/misexpect-branch-unpredictable.ll delete mode 100644 test/Transforms/PGOProfile/misexpect-branch.ll delete mode 100644 test/Transforms/PGOProfile/misexpect-switch-default.ll delete mode 100644 test/Transforms/PGOProfile/misexpect-switch.ll