This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8503b43b936 [InstCombine] fix crash when folding cmp+bswap vector
new c465e8b59fc [InstCombine] Use m_BitReverse pattern match helper. 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/InstCombine/InstCombineCompares.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 llvm.
from 6d8a69ea006 [x86] auto-generate complete checks for tests; NFC
new 8503b43b936 [InstCombine] fix crash when folding cmp+bswap vector
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/InstCombine/InstCombineCompares.cpp | 14 ++++++---
test/Transforms/InstCombine/bswap-fold.ll | 30 ------------------
test/Transforms/InstCombine/cmp-intrinsic.ll | 36 ++++++++++++++++++++++
3 files changed, 45 insertions(+), 35 deletions(-)
create mode 100644 test/Transforms/InstCombine/cmp-intrinsic.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 a53a0b11b8c [x86] remove unnecessary RUN for test after auto-generating [...]
new 6d8a69ea006 [x86] auto-generate complete checks for tests; 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/CodeGen/X86/pr15309.ll | 50 +++++++++++++++-----
test/CodeGen/X86/pr23603.ll | 27 ++++++++---
test/CodeGen/X86/rotate4.ll | 104 ++++++++++++++++++++++-------------------
test/CodeGen/X86/vec_return.ll | 17 ++++---
4 files changed, 126 insertions(+), 72 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 9f2c723874c [x86] auto-generate complete checks for tests; NFC
new 9fe1f9b0d52 [x86] update test to use FileCheck and auto-generate checks; NFC
new a53a0b11b8c [x86] remove unnecessary RUN for test after auto-generating [...]
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:
test/CodeGen/X86/optimize-max-1.ll | 51 +++++++++++++++++++++++++++++++++++++-
test/CodeGen/X86/optimize-max-2.ll | 26 +++++++++++++++----
2 files changed, 71 insertions(+), 6 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 d90638a9854 [InstCombine] look through bswap/bitreverse for equality co [...]
new 9f2c723874c [x86] auto-generate complete checks for tests; 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/CodeGen/X86/vec_unsafe-fp-math.ll | 15 +++++++------
test/CodeGen/X86/x32-lea-1.ll | 10 +++++++--
test/CodeGen/X86/zext-shl.ll | 39 +++++++++++++++++-----------------
test/CodeGen/X86/zext-trunc.ll | 9 ++++----
4 files changed, 41 insertions(+), 32 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 c49c5b222ef llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: [...]
new d90638a9854 [InstCombine] look through bswap/bitreverse for equality co [...]
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/InstCombine/InstCombineCompares.cpp | 9 +++++++++
test/Transforms/InstCombine/icmp.ll | 16 ++++------------
2 files changed, 13 insertions(+), 12 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 42864a7b262 [X86][SSE] Attempt to combine 64-bit and 32-bit shuffles to [...]
new c49c5b222ef llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: [...]
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/LoopVectorize/X86/slm-no-vectorize.ll | 1 +
1 file changed, 1 insertion(+)
--
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 d948559e483 [X86][SSE] Attempt to combine 64-bit and 16-bit shuffles to [...]
new 42864a7b262 [X86][SSE] Attempt to combine 64-bit and 32-bit shuffles to [...]
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 | 53 +++++++++++++++-----------------------
test/CodeGen/X86/cast-vsel.ll | 2 +-
test/CodeGen/X86/extract-store.ll | 2 +-
3 files changed, 23 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 496650c94d1 [X86][SSE] Add test showing missed opportunity to combine t [...]
new d948559e483 [X86][SSE] Attempt to combine 64-bit and 16-bit shuffles to [...]
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 | 120 ++++++++++-----------
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 7 +-
2 files changed, 58 insertions(+), 69 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 bc6790d8bad fix trivial typos in documents; NFC
new 496650c94d1 [X86][SSE] Add test showing missed opportunity to combine t [...]
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-ssse3.ll | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.