This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7c2acc8f19 [InstCombine] simplify isFMulOrFDivWithConstant(); NFCI new bcf26eacc01 [DWARF] Fix incorrect prologue end line record. new d6953a90f79 [InstCombine] regenerate checks; NFC
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/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 +- lib/Target/X86/X86ExpandPseudo.cpp | 6 +- lib/Target/X86/X86FrameLowering.cpp | 10 +- lib/Target/X86/X86FrameLowering.h | 2 +- test/DebugInfo/COFF/types-array.ll | 4 +- test/DebugInfo/X86/invalid-prologue-end.ll | 92 +++++ test/Transforms/InstCombine/fast-math.ll | 579 ++++++++++++++++++----------- 7 files changed, 458 insertions(+), 239 deletions(-) create mode 100644 test/DebugInfo/X86/invalid-prologue-end.ll