This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 260d596 [X86][AVX512] Add support for VPALIGNR/PSHUFD/PSHUFHW/PSHUFLW [...]
new 91d79de [X86][AVX] Renamed VPERMILPI shuffle comment macros to be mor [...]
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/InstPrinter/X86InstComments.cpp | 54 +++++++++++++-------------
1 file changed, 27 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 gcc.
from 13077d7 Daily bump.
new 0a36dce Add 2 tests for PR middle-end/71734
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:
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.fortran/pr71734-1.f90 | 6 ++++++
libgomp/testsuite/libgomp.fortran/pr71734-2.f90 | 6 ++++++
3 files changed, 18 insertions(+)
create mode 100644 libgomp/testsuite/libgomp.fortran/pr71734-1.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr71734-2.f90
--
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 a9403e9 [InstCombine] enable vector select of bools -> logic folds
new 260d596 [X86][AVX512] Add support for VPALIGNR/PSHUFD/PSHUFHW/PSHUFLW [...]
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/InstPrinter/X86InstComments.cpp | 16 +++++++++++++++
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 4 ++--
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 24 +++++++++++------------
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 24 +++++++++++------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 8 ++++----
5 files changed, 46 insertions(+), 30 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 b7dea04 [X86][AVX512] Add support for UNPCK masked shuffle comments
new a9403e9 [InstCombine] enable vector select of bools -> logic folds
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/InstCombineSelect.cpp | 13 ++++++++-----
test/Transforms/InstCombine/select.ll | 19 +++++++++++--------
2 files changed, 19 insertions(+), 13 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 d9a17d1 fix formatting; NFC
new b7dea04 [X86][AVX512] Add support for UNPCK masked shuffle comments
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/InstPrinter/X86InstComments.cpp | 52 ++++++++++++++++++++++-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 48 ++++++++++-----------
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 12 +++---
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 32 +++++++-------
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 16 +++----
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 18 ++++----
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 24 +++++------
7 files changed, 126 insertions(+), 76 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 2f0ee90 [X86][AVX512] Add support for VPERM/VSHUF masked shuffle comments
new d9a17d1 fix formatting; 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:
lib/Transforms/InstCombine/InstCombineSelect.cpp | 12 ++++++------
1 file changed, 6 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 a145cca [X86][AVX512] Add support for PMOVZX masked shuffle comments
new 2f0ee90 [X86][AVX512] Add support for VPERM/VSHUF masked shuffle comments
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/InstPrinter/X86InstComments.cpp | 56 ++++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 40 ++++++++--------
test/CodeGen/X86/avx512dq-intrinsics.ll | 16 +++----
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 10 ++--
test/CodeGen/X86/avx512vl-intrinsics.ll | 46 +++++++++---------
test/CodeGen/X86/vector-shuffle-512-v8.ll | 16 +++----
.../X86/vector-shuffle-combining-avx512bw.ll | 4 +-
7 files changed, 122 insertions(+), 66 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 b4d7428 add vector bool select tests and regenerate checks for scalar [...]
new a145cca [X86][AVX512] Add support for PMOVZX masked shuffle comments
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/InstPrinter/X86InstComments.cpp | 34 +++++++++++++
test/CodeGen/X86/avx512-ext.ll | 70 +++++++++++++-------------
test/CodeGen/X86/avx512-intrinsics.ll | 20 ++++----
test/CodeGen/X86/avx512bw-intrinsics.ll | 8 +--
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 10 ++--
test/CodeGen/X86/avx512vl-intrinsics.ll | 40 +++++++--------
6 files changed, 108 insertions(+), 74 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 50f3e3a [X86][AVX512] Add support for masked shuffle comments
new b4d7428 add vector bool select tests and regenerate checks for scalar [...]
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/select.ll | 198 ++++++++++++++++++++++++----------
1 file changed, 139 insertions(+), 59 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 66251d4 [X86][AVX512] Add support for lowering shuffles to VPERMILPS
new 50f3e3a [X86][AVX512] Add support for masked shuffle comments
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/InstPrinter/X86InstComments.cpp | 55 +++++++++++++++++++++-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 24 +++++-----
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 12 ++---
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 48 +++++++++----------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 24 +++++-----
.../X86/vector-shuffle-combining-avx512bw.ll | 8 ++--
utils/update_llc_test_checks.py | 2 +-
utils/update_test_checks.py | 2 +-
8 files changed, 113 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.