This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 56b0418 [PM] Refactor this unittest a bit to remove duplicated code. [...] new 9209299 [X86] Optimization for replacing LEA with MOV at frame index [...]
The 1 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/Target/X86/X86RegisterInfo.cpp | 32 +++++++++++++++++++++- test/CodeGen/X86/avx-intel-ocl.ll | 2 +- test/CodeGen/X86/avx512-intel-ocl.ll | 2 +- .../X86/dbg-changes-codegen-branch-folding.ll | 2 +- test/CodeGen/X86/dynamic-allocas-VLAs.ll | 4 +-- test/CodeGen/X86/extractelement-index.ll | 4 +-- test/CodeGen/X86/fast-isel-x86-64.ll | 2 +- test/CodeGen/X86/fast-isel-x86.ll | 2 +- test/CodeGen/X86/frameaddr.ll | 4 +-- test/CodeGen/X86/lea-opt-memop-check-1.ll | 2 +- test/CodeGen/X86/local_stack_symbol_ordering.ll | 2 +- test/CodeGen/X86/pr29022.ll | 15 ++++++++++ test/CodeGen/X86/sse-intel-ocl.ll | 2 +- test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 20 +++++++------- test/CodeGen/X86/swift-return.ll | 4 +-- test/CodeGen/X86/win32_sret.ll | 14 +++++----- test/CodeGen/X86/win64_frame.ll | 2 +- test/DebugInfo/COFF/inlining.ll | 6 ++-- 18 files changed, 83 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/X86/pr29022.ll