This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cebbea71814 [AArch64] Small fix for getIntImmCost new b017ce4be93 [SCEV] Guard movement of insertion point for loop-invariants new b82c2057848 [X86] Rename imm8_su/imm16_su/imm32_su to relocImm8_su/relo [...] new e38a937ce0e [MsgPack][AMDGPU] Fix unflushed raw_string_ostream bugs on [...]
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: lib/Analysis/ScalarEvolutionExpander.cpp | 88 ++++++++++++----------- lib/BinaryFormat/MsgPackDocumentYAML.cpp | 2 +- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 6 +- lib/Target/X86/X86InstrArithmetic.td | 6 +- lib/Target/X86/X86InstrInfo.td | 12 ++-- test/Transforms/LoopVectorize/pr30806-phi-scev.ll | 66 +++++++++++++++++ test/Transforms/LoopVectorize/pr30806.ll | 65 +++++++++++++++++ 7 files changed, 192 insertions(+), 53 deletions(-) create mode 100644 test/Transforms/LoopVectorize/pr30806-phi-scev.ll create mode 100644 test/Transforms/LoopVectorize/pr30806.ll