This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 474404b22b0 Migrate dockerfiles to use multi-stage builds. new c6c033fb73a [X86][Btver2] Add CVTSD2SI/CVTSS2SI scheduler costs new eb1ea2f1c81 [Hexagon] Give priority to post-incremementing memory acces [...] new a76b7566a84 [demangler] Fix a bug in r328464 found by oss-fuzz.
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: lib/Demangle/ItaniumDemangle.cpp | 29 ++++++++++++++- lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 6 ++- lib/Target/Hexagon/HexagonTargetTransformInfo.h | 3 ++ lib/Target/X86/X86ScheduleBtVer2.td | 12 ++++++ test/CodeGen/Hexagon/swp-epilog-numphis.ll | 2 + test/CodeGen/Hexagon/swp-vmult.ll | 45 +++++++++++------------ test/CodeGen/Hexagon/swp-vsum.ll | 41 +++++++++++---------- test/CodeGen/Hexagon/vect-downscale.ll | 2 + test/CodeGen/X86/sse-schedule.ll | 32 ++++++++-------- test/CodeGen/X86/sse2-schedule.ll | 32 ++++++++-------- test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 33 +++++++++++------ test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 32 ++++++++-------- test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 16 ++++---- 13 files changed, 171 insertions(+), 114 deletions(-)