This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d9b0063 [AArch64] Avoid materializing 0.0 when generating FP SELECT new be23217 [AArch64] Fix test triplet new 977fc82 Use profile info to set function section prefix to group hot/ [...]
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/Function.h | 6 +++++ include/llvm/IR/LLVMContext.h | 1 + include/llvm/IR/MDBuilder.h | 3 +++ lib/CodeGen/CodeGenPrepare.cpp | 22 ++++++++++++++-- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 8 ++++-- lib/IR/Function.cpp | 17 +++++++++++++ lib/IR/LLVMContext.cpp | 5 ++++ lib/IR/MDBuilder.cpp | 6 +++++ test/CodeGen/AArch64/fcsel-zero.ll | 2 +- test/Transforms/CodeGenPrepare/section.ll | 38 ++++++++++++++++++++++++++++ 10 files changed, 103 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/CodeGenPrepare/section.ll