This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36924d4 Use "%zd" format specifier for printing number of testcases e [...] new e9b25f2 Fix a bug in caller's BFI update code after inlining. new 193dc0b Disable wrapping llvm-xray YAML output
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: lib/Transforms/Utils/InlineFunction.cpp | 13 ++- test/Transforms/Inline/bfi-update.ll | 93 ++++++++++++++++++++++ .../llvm-xray/X86/Inputs/simple-xray-instrmap.yaml | 18 ++--- test/tools/llvm-xray/X86/account-simple-case.yaml | 6 +- .../llvm-xray/X86/account-simple-sorting.yaml | 30 +++---- test/tools/llvm-xray/X86/convert-roundtrip.yaml | 12 +-- test/tools/llvm-xray/X86/convert-to-yaml.txt | 18 ++--- .../llvm-xray/X86/convert-with-debug-syms.txt | 18 ++--- .../X86/convert-with-standalone-instrmap.txt | 18 ++--- .../llvm-xray/X86/convert-with-yaml-instrmap.txt | 18 ++--- test/tools/llvm-xray/X86/extract-instrmap.ll | 12 +-- test/tools/llvm-xray/X86/graph-simple-case.yaml | 6 +- tools/llvm-xray/xray-converter.cc | 2 +- tools/llvm-xray/xray-extract.cc | 2 +- 14 files changed, 157 insertions(+), 109 deletions(-) create mode 100644 test/Transforms/Inline/bfi-update.ll