This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 041fc26 [lanai] Update ELF number to correspond to the assigned number. new 48917c9 Support arbitrary addrspace pointers in masked load/store intrinsics new 0eb410f minimize regression tests and update checks
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: 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/and-fcmp.ll | 144 +++++++------- test/Transforms/InstCombine/masked_intrinsics.ll | 12 +- test/Transforms/InstCombine/x86-masked-memops.ll | 32 +-- .../LoopVectorize/X86/masked_load_store.ll | 115 +++++++++-- 13 files changed, 412 insertions(+), 276 deletions(-)