This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 45045e9 [unordered] sink unordered stores at end of blocks new efee6b3 [PGO] change the interface for createPGOFuncNameMetadata() new 87d1190 DAGCombiner: Relax alignment restriction when changing store type
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/ProfileData/InstrProf.h | 2 +- include/llvm/Target/TargetLowering.h | 9 ++++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 24 ++++++---- lib/ProfileData/InstrProf.cpp | 12 +++-- .../Instrumentation/PGOInstrumentation.cpp | 2 +- .../CodeGen/AMDGPU/reduce-store-width-alignment.ll | 53 ++++++++++++++++++++++ test/CodeGen/X86/avx-vextractf128.ll | 2 +- 7 files changed, 86 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/AMDGPU/reduce-store-width-alignment.ll