This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c505b213ee3 [LegalizeDAG] Fix ATOMIC_CMP_SWAP_WITH_SUCCESS legalization. new cedeeaab1eb [X86][MMX] Add PR35982 test cases new fd335155cc6 Add a ProfileCount class to represent entry counts. new 4101985b71b Add support for emitting libcalls for x86_fp80 -> fp128 and [...]
The 3 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/CodeGen/RuntimeLibcalls.def | 2 + include/llvm/IR/Function.h | 40 ++++++- lib/Analysis/BlockFrequencyInfoImpl.cpp | 2 +- lib/Analysis/ProfileSummaryInfo.cpp | 8 +- lib/CodeGen/TargetLoweringBase.cpp | 6 + lib/IR/Function.cpp | 33 ++++-- .../WebAssemblyRuntimeLibcallSignatures.cpp | 4 + lib/Transforms/IPO/PartialInlining.cpp | 6 +- lib/Transforms/IPO/SampleProfile.cpp | 8 +- lib/Transforms/IPO/SyntheticCountsPropagation.cpp | 4 +- .../Instrumentation/PGOInstrumentation.cpp | 3 +- lib/Transforms/Utils/CodeExtractor.cpp | 9 +- lib/Transforms/Utils/InlineFunction.cpp | 28 ++--- test/CodeGen/X86/fp128-cast.ll | 27 +++++ test/CodeGen/X86/pr35982.ll | 123 +++++++++++++++++++++ unittests/IR/MetadataTest.cpp | 17 ++- 16 files changed, 276 insertions(+), 44 deletions(-) create mode 100644 test/CodeGen/X86/pr35982.ll