This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bc9cb1e [InstCombine] Use update_test_checks.py to regenerate a test. NFC
new 4131f92 [AVX-512] Handle kor/kand/kandn/kxor/kxnor/knot intrinsics at [...]
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 | 36 ++++++++++++++++++++++++++++++
lib/Target/X86/X86InstrAVX512.td | 24 --------------------
lib/Target/X86/X86IntrinsicsInfo.h | 6 +++--
test/CodeGen/X86/avx512-intrinsics.ll | 42 +++++++++++++++++------------------
4 files changed, 61 insertions(+), 47 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 33e1fb2 Fix constant folding of fp2int to large integers
new bc9cb1e [InstCombine] Use update_test_checks.py to regenerate a test. 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/sub.ll | 156 ++++++++++++++++++-------------------
1 file changed, 78 insertions(+), 78 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 d009ba9 Fix MSVC warning: "switch statement contains 'default' but no [...]
new 33e1fb2 Fix constant folding of fp2int to large integers
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/CodeGen/SelectionDAG/FastISel.cpp | 12 ++++--------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 13 +++++--------
lib/IR/ConstantFold.cpp | 9 ++++-----
test/CodeGen/Generic/pr24662.ll | 12 ++++++++++++
4 files changed, 25 insertions(+), 21 deletions(-)
create mode 100644 test/CodeGen/Generic/pr24662.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 c86e4bc [GlobalISel] Don't select trivially dead instructions.
new d009ba9 Fix MSVC warning: "switch statement contains 'default' but no [...]
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/AMDGPUIntrinsicInfo.cpp | 5 +----
1 file changed, 1 insertion(+), 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 15605ca Correct a rebase mistake.
new e80b226 [CodeGen] Update hasSideEffects comment. NFC.
new 32431f2 [GlobalISel] Move method definition to the proper file. NFC.
new 1f669f9 [GlobalISel][AArch64] Split out cast select tests. NFC.
new 652ba98 [GlobalISel][AArch64] Add DBG_VALUE select test. NFC.
new c86e4bc [GlobalISel] Don't select trivially dead instructions.
The 5 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/Target/Target.td | 7 +-
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 50 +++--
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 21 ++
test/CodeGen/AArch64/GlobalISel/select-binop.mir | 40 +++-
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 210 +------------------
test/CodeGen/AArch64/GlobalISel/select-casts.mir | 204 -------------------
.../CodeGen/AArch64/GlobalISel/select-constant.mir | 4 +
...nkselect-dbg-value.mir => select-dbg-value.mir} | 12 +-
.../CodeGen/AArch64/GlobalISel/select-fp-casts.mir | 18 ++
test/CodeGen/AArch64/GlobalISel/select-int-ext.mir | 222 +++++++++++++++++++++
.../AArch64/GlobalISel/select-int-ptr-casts.mir | 150 ++++++++++++++
test/CodeGen/AArch64/GlobalISel/select-load.mir | 16 +-
test/CodeGen/AArch64/GlobalISel/select-trunc.mir | 81 ++++++++
test/CodeGen/AArch64/GlobalISel/select-xor.mir | 11 +-
test/CodeGen/AArch64/GlobalISel/select.mir | 13 ++
.../AMDGPU/GlobalISel/inst-select-load-flat.mir | 1 +
.../AMDGPU/GlobalISel/inst-select-load-smrd.mir | 19 +-
.../ARM/GlobalISel/arm-instruction-select.mir | 10 +-
.../X86/GlobalISel/x86_64-instructionselect.mir | 4 +
19 files changed, 633 insertions(+), 460 deletions(-)
delete mode 100644 test/CodeGen/AArch64/GlobalISel/select-casts.mir
copy test/CodeGen/AArch64/GlobalISel/{regbankselect-dbg-value.mir => select-dbg-va [...]
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-int-ext.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-int-ptr-casts.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-trunc.mir
--
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 149f09b Remove unused arguments. NFCI
new 15605ca Correct a rebase mistake.
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/Scalar/JumpThreading.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 966ca1d Extract FindAvailablePtrLoadStore out of FindAvailableLoadedV [...]
new 2fc03c9 [JumpThreading] Perform phi-translation in SimplifyPartiallyR [...]
new 149f09b Remove unused arguments. NFCI
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/Transforms/Scalar/JumpThreading.cpp | 51 +++++++++++++++++----------
test/Transforms/JumpThreading/thread-loads.ll | 35 ++++++++++++++++++
test/Transforms/LoopUnswitch/crash.ll | 2 +-
3 files changed, 69 insertions(+), 19 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 ad346a2 Enable stripping of multiple DILocation on !llvm.loop metadata
new 966ca1d Extract FindAvailablePtrLoadStore out of FindAvailableLoadedV [...]
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/Analysis/Loads.h | 28 ++++++++++++++++++++++++++++
lib/Analysis/Loads.cpp | 32 ++++++++++++++++++--------------
2 files changed, 46 insertions(+), 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 clang.
from 57ebd93 [X86][AVX512][Clang][Intrinsics] Adding missing intrinsics to [...]
new f304e39 Cleaning up the IdentifierResolver::iterator class a bit; 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:
include/clang/Sema/IdentifierResolver.h | 16 +++-------------
1 file changed, 3 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 compiler-rt.
from da9f41b Re-commit of r296706 ("Increase stack size for stack-use-afte [...]
new 5b35013 Use pthreads for thread-local lsan allocator cache on darwin
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/lsan/lsan_allocator.cc | 51 +++++++------------------------------------
lib/lsan/lsan_allocator.h | 37 +++++++++++++++++++++++++++++++
lib/lsan/lsan_common_linux.cc | 4 ++++
lib/lsan/lsan_common_mac.cc | 8 ++++++-
4 files changed, 56 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.