This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7e79eeb415 [NVPTX] Don't rely on default arguments to SelectionDAG::ge [...] new eadb58fda7c [X86] Relocate code of replacement of subtarget unsupported [...]
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/CodeGen/Passes.h | 4 + include/llvm/InitializePasses.h | 1 + include/llvm/LinkAllPasses.h | 1 + lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/CodeGenPrepare.cpp | 546 ----------------- lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 660 +++++++++++++++++++++ lib/CodeGen/TargetPassConfig.cpp | 5 + test/CodeGen/X86/O0-pipeline.ll | 1 + test/CodeGen/X86/masked_gather_scatter.ll | 2 +- .../X86/replace_unsupported_masked_mem_intrin.ll | 37 ++ tools/llc/llc.cpp | 1 + tools/opt/opt.cpp | 1 + 13 files changed, 714 insertions(+), 547 deletions(-) create mode 100644 lib/CodeGen/ScalarizeMaskedMemIntrin.cpp create mode 100644 test/CodeGen/X86/replace_unsupported_masked_mem_intrin.ll