This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4141f417a31 [PowerPC][NFC] Enable ADT BitVectorTest new d9b71a28366 [Test] Demonstrate a realignment bug missed in r366765 new 6f3e86d1d1d [ScalarizeMaskedMemIntrin] Add constant mask support to exp [...] new 4c312250596 [ORC] Remove a dead method.
The 3 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/ExecutionEngine/Orc/Core.h | 1 - lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 34 ++++++++++++ lib/ExecutionEngine/Orc/Core.cpp | 7 --- test/CodeGen/X86/masked_compressstore.ll | 8 +-- test/CodeGen/X86/masked_expandload.ll | 24 ++++----- test/CodeGen/X86/pr39666.ll | 2 +- test/CodeGen/X86/pr40994.ll | 2 +- test/CodeGen/X86/statepoint-no-realign-stack.ll | 53 ++++++++++++++++++ .../X86/expand-masked-compressstore.ll | 49 +++-------------- .../X86/expand-masked-expandload.ll | 63 +++++----------------- 10 files changed, 125 insertions(+), 118 deletions(-)