This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd5a3b4 [PM] name the new PM LAA class LoopAccessAnalysis (LAA) /NFC new a898ac8 [LAA] Port test to the new PM new 532fc83 [BFI] Minor cleanup. NFC new db12f54 Reapply r274829 with fix for FP vectors new d20cb43 Add 'thinlto_src_module' md with asserts or -enable-import-metadata
The 4 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/Analysis/BlockFrequencyInfo.h | 4 ++-- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +++-- lib/Transforms/IPO/FunctionImport.cpp | 25 +++++++++++++++----- .../store-to-invariant-check1.ll | 16 ++++++++++--- test/CodeGen/AMDGPU/vector-extract-insert.ll | 18 +++++++++++++++ test/CodeGen/X86/pr28444.ll | 27 ++++++++++++++++++++++ test/CodeGen/X86/pr28472.ll | 11 +++++++++ test/Transforms/FunctionImport/funcimport.ll | 6 ++--- 8 files changed, 97 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/X86/pr28444.ll create mode 100644 test/CodeGen/X86/pr28472.ll