This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78b1ab7 [PM] Port PartialInlining to the new PM new be0da39 Revert -r273892 "Support arbitrary addrspace pointers in mask [...]
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: docs/LangRef.rst | 20 +- include/llvm/IR/IRBuilder.h | 4 +- include/llvm/IR/Intrinsics.td | 5 +- lib/IR/AutoUpgrade.cpp | 34 ---- lib/IR/IRBuilder.cpp | 25 +-- .../CostModel/X86/masked-intrinsic-cost.ll | 56 +++--- test/Assembler/auto_upgrade_intrinsics.ll | 18 -- test/CodeGen/X86/avx512-bugfix-26264.ll | 8 +- test/CodeGen/X86/masked_memop.ll | 215 ++++++++++----------- test/Transforms/InstCombine/masked_intrinsics.ll | 12 +- test/Transforms/InstCombine/x86-masked-memops.ll | 32 +-- .../LoopVectorize/X86/masked_load_store.ll | 115 ++--------- 12 files changed, 206 insertions(+), 338 deletions(-)