This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a412cf099c StructurizeCFG: xfail one of the testcases from r321751 new 20009431264 [X86] Show missed combine for X/X for SDIV/UDIV and X%X for [...] new d3b16b238c0 Regenerate broadcast constant comment new a95c579abc5 Teach InlineCost about address spaces new 7ad07c388d0 [X86] Add common CHECK prefix for tests without SSE/AVX codegen
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/Analysis/InlineCost.cpp | 23 ++++++--- test/CodeGen/X86/combine-sdiv.ll | 103 ++++++++++++++++++++++++++++--------- test/CodeGen/X86/combine-srem.ll | 88 ++++++++++++++++++++++++++----- test/CodeGen/X86/combine-udiv.ll | 77 ++++++++++++++++++++++----- test/CodeGen/X86/combine-urem.ll | 78 +++++++++++++++++++++++----- test/Transforms/Inline/byval.ll | 26 ++++++++++ test/Transforms/Inline/ptr-diff.ll | 51 ++++++++++++++++++ 7 files changed, 374 insertions(+), 72 deletions(-)