This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71423ee Fix list of deprecated C API attribute functions new 2c70155 [pdbdump] Verify TPI hash for LF_ENUM type records. new 9761552 Set machine block placement hot prob threshold for both stati [...] new f1f9f2c Reverting r272715 since it broke libcxx. new 8da6b78 Remove unused import. NFC
The 4 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/MachineBlockPlacement.cpp | 24 +++-- lib/CodeGen/MachineBranchProbabilityInfo.cpp | 6 ++ lib/DebugInfo/PDB/Raw/TpiStream.cpp | 26 ++++-- lib/IR/Core.cpp | 1 - lib/Transforms/Vectorize/LoopVectorize.cpp | 106 ++++++----------------- test/CodeGen/X86/block-placement.ll | 78 +++++++++++++++++ test/Transforms/LoopVectorize/iv_outside_user.ll | 84 ------------------ test/Transforms/LoopVectorize/no_outside_user.ll | 32 +++++++ 8 files changed, 179 insertions(+), 178 deletions(-) delete mode 100644 test/Transforms/LoopVectorize/iv_outside_user.ll