This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10e3a5f0a76 [llvm-objcopy] Make -S an alias for --strip-all new 6b971fb3697 [PDB] Fix another bug in globals stream name lookup. new 1dd3c06445a [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
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/DebugInfo/PDB/Native/GlobalsStream.cpp | 24 +- lib/Transforms/InstCombine/InstCombineCasts.cpp | 31 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 7 + .../InstCombine/InstCombineVectorOps.cpp | 30 ++ test/DebugInfo/PDB/Inputs/global-name-lookup.cpp | 23 ++ ...mp-globals-empty.pdb => global-name-lookup.pdb} | Bin 86016 -> 94208 bytes test/DebugInfo/PDB/pdbdump-global-lookup.test | 42 +-- test/Transforms/InstCombine/apint-shift.ll | 4 +- test/Transforms/InstCombine/apint-shl-trunc.ll | 5 +- test/Transforms/InstCombine/icmp.ll | 20 +- test/Transforms/InstCombine/vec_shuffle.ll | 5 +- test/Transforms/InstCombine/vector-casts.ll | 19 +- .../LoopVectorize/X86/masked_load_store.ll | 336 ++++++++++----------- 13 files changed, 305 insertions(+), 241 deletions(-) create mode 100644 test/DebugInfo/PDB/Inputs/global-name-lookup.cpp copy test/DebugInfo/PDB/Inputs/{pdbdump-globals-empty.pdb => global-name-lookup.pd [...]