This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc0d731 [AVX512] Implement EXTLOAD lowering with patterns to select e [...] new 6d67ce1 Simplify llvm.masked.load w/ undef masks new 84f3bec [InstCombine] Masked loads with undef masks can fold to normal loads
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/Analysis/ConstantFolding.cpp | 35 ++++++++++++++---------- lib/Analysis/InstructionSimplify.cpp | 26 ++++++++++++++---- lib/Transforms/InstCombine/InstCombineCalls.cpp | 25 +++++++++++++---- test/Transforms/InstCombine/masked_intrinsics.ll | 9 ++++++ test/Transforms/InstSimplify/call.ll | 7 +++++ 5 files changed, 77 insertions(+), 25 deletions(-)