This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 321acf353ee [AArch64][SVE] Asm: Support for predicated unary operations.
new 4b885003421 [InstCombine] drop poison flags when shuffle mask undef pro [...]
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/InstCombineVectorOps.cpp | 5 +++++
test/Transforms/InstCombine/shuffle_select.ll | 7 +++----
2 files changed, 8 insertions(+), 4 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 e07c9538b54 Reapply "AMDGPU: Force inlining if LDS global address is used"
new 321acf353ee [AArch64][SVE] Asm: Support for predicated unary operations.
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/AArch64/AArch64SVEInstrInfo.td | 8 ++++++
lib/Target/AArch64/SVEInstrFormats.td | 41 ++++++++++++++++++++-----------
test/MC/AArch64/SVE/cls-diagnostics.s | 18 ++++++++++++++
test/MC/AArch64/SVE/cls.s | 32 ++++++++++++++++++++++++
test/MC/AArch64/SVE/clz-diagnostics.s | 18 ++++++++++++++
test/MC/AArch64/SVE/clz.s | 32 ++++++++++++++++++++++++
test/MC/AArch64/SVE/cnot-diagnostics.s | 18 ++++++++++++++
test/MC/AArch64/SVE/cnot.s | 32 ++++++++++++++++++++++++
test/MC/AArch64/SVE/cnt-diagnostics.s | 18 ++++++++++++++
test/MC/AArch64/SVE/cnt.s | 32 ++++++++++++++++++++++++
test/MC/AArch64/SVE/fabs-diagnostics.s | 23 +++++++++++++++++
test/MC/AArch64/SVE/{not.s => fabs.s} | 22 +++++++++++------
test/MC/AArch64/SVE/fneg-diagnostics.s | 23 +++++++++++++++++
test/MC/AArch64/SVE/{not.s => fneg.s} | 22 +++++++++++------
test/MC/AArch64/SVE/not-diagnostics.s | 18 ++++++++++++++
test/MC/AArch64/SVE/not.s | 24 ++++++++++++++++++
16 files changed, 351 insertions(+), 30 deletions(-)
create mode 100644 test/MC/AArch64/SVE/cls-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cls.s
create mode 100644 test/MC/AArch64/SVE/clz-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/clz.s
create mode 100644 test/MC/AArch64/SVE/cnot-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cnot.s
create mode 100644 test/MC/AArch64/SVE/cnt-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cnt.s
create mode 100644 test/MC/AArch64/SVE/fabs-diagnostics.s
copy test/MC/AArch64/SVE/{not.s => fabs.s} (57%)
create mode 100644 test/MC/AArch64/SVE/fneg-diagnostics.s
copy test/MC/AArch64/SVE/{not.s => fneg.s} (57%)
create mode 100644 test/MC/AArch64/SVE/not-diagnostics.s
--
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 db58626da58 [InstCombine] allow more shuffle-binop folds with safe constants
new e07c9538b54 Reapply "AMDGPU: Force inlining if LDS global address is used"
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/AMDGPU/AMDGPUAlwaysInlinePass.cpp | 108 +++++++++++++++++----
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 12 ++-
lib/Target/AMDGPU/AMDGPUTargetMachine.h | 1 +
test/CodeGen/AMDGPU/early-inline.ll | 10 +-
.../force-alwaysinline-lds-global-address.ll | 77 +++++++++++++++
test/CodeGen/AMDGPU/stress-calls.ll | 2 +-
6 files changed, 182 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/force-alwaysinline-lds-global-address.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 clang.
from d94210cb73 [analyzer] Add option to set maximum symbol complexity threshold
new 695bff9aae Update test for backend error message change
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/backend-unsupported-error.ll | 2 +-
1 file changed, 1 insertion(+), 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 compiler-rt.
from 714d1a68b [LibFuzzer] Disable MSan test on Darwin which was added by r3 [...]
new 188005d2c [scudo] Use mkdir -p when creating directories for a test
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/scudo/random_shuffle.cpp | 2 +-
1 file changed, 1 insertion(+), 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 lld.
from 67bcf40de Reduce memory usage when creating .gdb_index. NFC.
new 8eb56078d Rename a variable for consistency. 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:
ELF/SyntheticSections.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 clang.
from f40124d4f0 [modules] Fix 37878; Autoload subdirectory modulemaps with s [...]
new d94210cb73 [analyzer] Add option to set maximum symbol complexity threshold
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/clang/StaticAnalyzer/Core/AnalyzerOptions.h | 8 ++++++++
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 6 ++++++
lib/StaticAnalyzer/Core/SValBuilder.cpp | 6 +++++-
3 files changed, 19 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 lld.
from a9a2e7fdd [ELF] - Add a test for readCallGraph() code.
new 67bcf40de Reduce memory usage when creating .gdb_index. 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:
ELF/SyntheticSections.cpp | 146 ++++++++++++++++++++--------------------------
ELF/SyntheticSections.h | 20 +++----
2 files changed, 69 insertions(+), 97 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.