This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d8fe264be4 Attempt to unbreak the build after r342286. new fd837765bd0 [InstCombine] refactor mul narrowing folds; NFCI new 6b3512c9ff7 [BreakFalseDeps] Fix bad formatting. NFC new 903e31c1d6f [PDB] Make the pretty dumper output modified types.
The 3 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/DebugInfo/PDB/PDBSymbolTypeEnum.h | 1 + lib/CodeGen/BreakFalseDeps.cpp | 2 +- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 41 +-- lib/Transforms/InstCombine/InstCombineInternal.h | 13 +- .../InstCombine/InstCombineMulDivRem.cpp | 73 +--- .../InstCombine/InstructionCombining.cpp | 45 +++ test/DebugInfo/PDB/Inputs/every-type.cpp | 15 + test/DebugInfo/PDB/Inputs/every-type.pdb | Bin 102400 -> 102400 bytes test/DebugInfo/PDB/Inputs/every-type.yaml | 22 +- test/DebugInfo/PDB/Native/pdb-native-enums.test | 18 +- test/DebugInfo/PDB/every-type.test | 410 ++++++++++----------- test/Transforms/InstCombine/narrow-math.ll | 48 +-- tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp | 7 + tools/llvm-pdbutil/PrettyEnumDumper.cpp | 12 + tools/llvm-pdbutil/PrettyTypeDumper.cpp | 21 +- 15 files changed, 370 insertions(+), 358 deletions(-)