This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 048b5399127 [WebAssembly] Improve readability of SIMD instructions (NFC)
new a219e952b71 [LV] Move test for r343954 into x86 subdirectory
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}/pr39160.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/Transforms/LoopVectorize/{ => X86}/pr39160.ll (100%)
--
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 5d8a50d58 Attempt to fix ubsan.
new b26bc495c Return early. NFC.
new 5ba94b074 Merge two overloaded functions into one function. NFC.
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:
ELF/SymbolTable.cpp | 40 +++++++++++++++++-----------------------
1 file changed, 17 insertions(+), 23 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 lnt.
from d24da1d tests/SharedInputs/mysql_wrapper.sh: Hide output from dropdb
new 1ce9b42 Sleep endpoint for diagnosing timeout issues
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:
lnt/server/ui/views.py | 13 +++++++++++++
tests/server/ui/V4Pages.py | 2 ++
2 files changed, 15 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 c97898e7653 Recommit r343993: [X86] condition branches folding for thre [...]
new 048b5399127 [WebAssembly] Improve readability of SIMD instructions (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/Target/WebAssembly/WebAssemblyInstrFormats.td | 9 -
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 13 -
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 1086 ++++++++++++---------
3 files changed, 626 insertions(+), 482 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 fe584de3052 [FPEnv] PatternMatcher support for checking FNEG ignoring s [...]
new c97898e7653 Recommit r343993: [X86] condition branches folding for thre [...]
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/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 3 +
lib/Target/X86/X86.td | 7 +
lib/Target/X86/X86CondBrFolding.cpp | 579 ++++++++++++++++++++++++++++++++++++
lib/Target/X86/X86Subtarget.h | 4 +
lib/Target/X86/X86TargetMachine.cpp | 7 +
test/CodeGen/X86/O3-pipeline.ll | 1 +
test/CodeGen/X86/condbr_if.ll | 178 +++++++++++
test/CodeGen/X86/condbr_switch.ll | 167 +++++++++++
9 files changed, 947 insertions(+)
create mode 100644 lib/Target/X86/X86CondBrFolding.cpp
create mode 100644 test/CodeGen/X86/condbr_if.ll
create mode 100644 test/CodeGen/X86/condbr_switch.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 1dd3c06445a [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
new fe584de3052 [FPEnv] PatternMatcher support for checking FNEG ignoring s [...]
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 | 7 +++++++
lib/Analysis/InstructionSimplify.cpp | 6 ++----
test/Transforms/InstSimplify/fast-math.ll | 4 +---
3 files changed, 10 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.