This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e1bbe842073 [PatternMatch] allow undef elements when matching a vector zero
new a3df84bd43a Test commit access.
new ebe1329c9c4 [X86] Remove unnecessary CVT instrw overrides.
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/ExecutionEngine/ExecutionEngine.h | 2 +-
lib/Target/X86/X86SchedBroadwell.td | 3 ---
lib/Target/X86/X86SchedHaswell.td | 1 -
lib/Target/X86/X86ScheduleZnver1.td | 9 ---------
4 files changed, 1 insertion(+), 14 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 21ad2d42481 [X86][SkylakeServer] Remove unnecessary PMULLD instrw overrides.
new e1bbe842073 [PatternMatch] allow undef elements when matching a vector zero
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:
include/llvm/IR/PatternMatch.h | 33 +++++++++-----
lib/Analysis/InstructionSimplify.cpp | 20 ++++-----
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 1 -
.../InstCombine/X86/x86-vector-shifts.ll | 10 +++--
test/Transforms/InstCombine/cast-int-icmp-eq-0.ll | 6 +--
.../InstCombine/cast-unsigned-icmp-eqcmp-0.ll | 27 +++--------
test/Transforms/InstCombine/min-positive.ll | 6 +--
test/Transforms/InstCombine/select-of-bittest.ll | 52 ++++++++++------------
test/Transforms/InstSimplify/AndOrXor.ll | 3 +-
.../InstSimplify/cast-unsigned-icmp-cmp-0.ll | 17 ++-----
test/Transforms/InstSimplify/div.ll | 3 +-
test/Transforms/InstSimplify/mul.ll | 3 +-
test/Transforms/InstSimplify/negate.ll | 7 +--
test/Transforms/InstSimplify/rem.ll | 3 +-
test/Transforms/InstSimplify/shift.ll | 6 +--
15 files changed, 79 insertions(+), 118 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 cf40c3d4061 [InstCombine] add vector test with undef elts; NFC
new 41435b38868 [X86][Atom] Remove unnecessary scalar/vector load/move inst [...]
new 21ad2d42481 [X86][SkylakeServer] Remove unnecessary PMULLD instrw overrides.
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/Target/X86/X86SchedSkylakeServer.td | 21 ---------------------
lib/Target/X86/X86ScheduleAtom.td | 11 +++++------
2 files changed, 5 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 d37d51b92b9 [X86] Fix (completely overridden) WriteFHAdd/WritePHAdd cla [...]
new cf40c3d4061 [InstCombine] add vector test with undef elts; NFC
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/Transforms/InstCombine/logical-select.ll | 13 +++++++++++++
1 file changed, 13 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 2bfd21c0c2f [X86][MMX][SSE] Tag missed PHADD/PHSUB instructions with Wr [...]
new d37d51b92b9 [X86] Fix (completely overridden) WriteFHAdd/WritePHAdd cla [...]
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/X86SchedBroadwell.td | 46 ++-----------------------
lib/Target/X86/X86SchedHaswell.td | 27 ++-------------
lib/Target/X86/X86SchedSandyBridge.td | 52 ++++------------------------
lib/Target/X86/X86SchedSkylakeClient.td | 22 +-----------
lib/Target/X86/X86SchedSkylakeServer.td | 26 ++------------
test/CodeGen/X86/avx2-schedule.ll | 24 ++++++-------
test/CodeGen/X86/xop-schedule.ll | 60 ++++++++++++++++-----------------
7 files changed, 56 insertions(+), 201 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 c3427dcb3e5 [X86] Remove unnecessary WriteFVarBlend/WriteVarBlend InstR [...]
new 2bfd21c0c2f [X86][MMX][SSE] Tag missed PHADD/PHSUB instructions with Wr [...]
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/X86InstrMMX.td | 6 +++---
lib/Target/X86/X86InstrSSE.td | 4 ++--
test/CodeGen/X86/avx2-schedule.ll | 8 ++++----
3 files changed, 9 insertions(+), 9 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 03c56176d2f [InstSimplify, InstCombine] add vector tests with undef elts; NFC
new c3427dcb3e5 [X86] Remove unnecessary WriteFVarBlend/WriteVarBlend InstR [...]
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/X86SchedBroadwell.td | 20 +++----------
lib/Target/X86/X86SchedHaswell.td | 20 +++----------
lib/Target/X86/X86SchedSandyBridge.td | 34 ++++------------------
lib/Target/X86/X86SchedSkylakeClient.td | 28 ++----------------
lib/Target/X86/X86SchedSkylakeServer.td | 32 ++------------------
test/CodeGen/X86/avx2-schedule.ll | 2 +-
.../llvm-mca/X86/variable-blend-read-after-ld-1.s | 29 +++++++++---------
.../llvm-mca/X86/variable-blend-read-after-ld-2.s | 29 +++++++++---------
8 files changed, 48 insertions(+), 146 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 9c07603cbbe [X86] Fix WriteMPSAD/WritePSADBW values to allow us to remo [...]
new 03c56176d2f [InstSimplify, InstCombine] add vector tests with undef elts; NFC
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/Transforms/InstCombine/min-positive.ll | 34 +++++++++++----
test/Transforms/InstSimplify/AndOrXor.ll | 67 ++++++++++++++++++-----------
test/Transforms/InstSimplify/shift.ll | 18 ++++++++
3 files changed, 85 insertions(+), 34 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 e87218f1ded [X86][SandyBridge] Remove unnecessary WritePOPCNTLd overrid [...]
new 9c07603cbbe [X86] Fix WriteMPSAD/WritePSADBW values to allow us to remo [...]
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/X86SchedBroadwell.td | 16 +---------------
lib/Target/X86/X86SchedHaswell.td | 16 +---------------
lib/Target/X86/X86SchedSandyBridge.td | 16 +---------------
lib/Target/X86/X86SchedSkylakeClient.td | 16 +---------------
lib/Target/X86/X86SchedSkylakeServer.td | 15 ++++-----------
test/CodeGen/X86/avx2-schedule.ll | 4 ++--
6 files changed, 10 insertions(+), 73 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.