This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95a3600 LiveIntervalAnalysis: Cleanup; NFC new b9ac5dc [LV] Run loop-simplify and LCSSA explicitly instead of "requi [...] new b68d770 Add -debug-info-for-profiling to emit more debug info for sam [...]
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: include/llvm/Target/TargetOptions.h | 8 +++- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 ++- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 15 ++++--- lib/CodeGen/AsmPrinter/DwarfUnit.h | 2 +- lib/Target/TargetMachine.cpp | 6 +++ lib/Transforms/Vectorize/LoopVectorize.cpp | 18 ++++++--- test/DebugInfo/Generic/gmlt.test | 1 + test/DebugInfo/Inputs/gmlt.ll | 6 +++ test/Transforms/LoopVectorize/partial-lcssa.ll | 54 ++++++++++++++++++++++++++ test/Transforms/LoopVectorize/pr31190.ll | 12 ++---- 10 files changed, 105 insertions(+), 23 deletions(-) create mode 100644 test/Transforms/LoopVectorize/partial-lcssa.ll