This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b252f0 Bitcode: Clean up error handling for certain bitcode query fu [...] new aeb2eff Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected. new ed7a0c4 [AArch64] Update a FIXME comment to reflect current state. NFC. new 35cecc3 Fixed the lost FastMathFlags for FCmp operations in SLPVector [...]
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/Bitcode/BitcodeReader.h | 8 +--- include/llvm/Object/ModuleSummaryIndexObjectFile.h | 9 ++-- lib/Bitcode/Reader/BitcodeReader.cpp | 28 +++--------- lib/LTO/LTO.cpp | 7 ++- lib/LTO/ThinLTOCodeGenerator.cpp | 18 +++----- lib/Object/ModuleSummaryIndexObjectFile.cpp | 37 +++++++-------- lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 6 ++- lib/Transforms/IPO/FunctionImport.cpp | 41 +++-------------- lib/Transforms/Vectorize/SLPVectorizer.cpp | 7 +-- .../SLPVectorizer/X86/propagate_ir_flags.ll | 52 ++++++++++++++++++++++ tools/llvm-link/llvm-link.cpp | 28 +++--------- tools/llvm-lto/llvm-lto.cpp | 37 +++++---------- 12 files changed, 120 insertions(+), 158 deletions(-)