This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 24d39f3 [SCCP] Use the appropriate helper function. NFCI.
new f47a06e [X86][SSE] Add support for combining target shuffles to SHUFPD.
The 1 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/Target/X86/X86ISelLowering.cpp | 62 ++++++++++++++++------
test/CodeGen/X86/vector-shuffle-256-v8.ll | 3 +-
.../X86/vector-shuffle-combining-avx512bw.ll | 6 +--
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 8 +--
4 files changed, 52 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 159e7f5 [X86][AVX512] Add missing patterns for broadcast fallback in [...]
new 24d39f3 [SCCP] Use the appropriate helper function. NFCI.
The 1 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/Scalar/SCCP.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from ec9fd80 Create a TPI stream only when /debugpdb is given.
new 423b3a5 Fix TBAA metadata
The 1 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:
test/ELF/lto/metadata.ll | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 965b15e [TBAA] Don't generate invalid TBAA when merging nodes
new 159e7f5 [X86][AVX512] Add missing patterns for broadcast fallback in [...]
The 1 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/Target/X86/X86InstrAVX512.td | 6 +++
test/CodeGen/X86/subvector-broadcast.ll | 73 +++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cfc6ce9 instr-combiner: sum up all latencies of the transformed instructions
new 73f20ef [X86][AVX512] Add target shuffle test showing missing PSHUFPD [...]
The 1 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:
test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7af3278 [SCEVExpander] Explicitly expand AddRec starts into loop preheader
new c9fbdfc [X86][XOP] Add target shuffle tests showing missing PSHUFPD combine.
new cfc6ce9 instr-combiner: sum up all latencies of the transformed instructions
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/CodeGen/MachineCombiner.cpp | 11 +++++--
test/CodeGen/AArch64/arm64-fma-combines.ll | 2 +-
test/CodeGen/AArch64/machine-combiner-madd.ll | 40 ++++++++++++++++++++++++
test/CodeGen/AArch64/mul-lohi.ll | 26 ++++++++-------
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 28 +++++++++++++++++
5 files changed, 92 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-combiner-madd.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c4650e7 [X86] Regcall - Adding support for mask types
new 7af3278 [SCEVExpander] Explicitly expand AddRec starts into loop preheader
The 1 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/Analysis/ScalarEvolutionExpander.cpp | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fb88888 [FileCheck] Re-implement the logic to find each check prefix [...]
new c4650e7 [X86] Regcall - Adding support for mask types
The 1 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/Target/X86/X86CallingConv.h | 8 --
lib/Target/X86/X86CallingConv.td | 19 ++--
lib/Target/X86/X86ISelLowering.cpp | 73 ++++++++++----
test/CodeGen/X86/avx512-regcall-Mask.ll | 171 ++++++++++++++++++++++++++++++--
4 files changed, 225 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.