This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 61c3d36e2ee Revert 303174, 303176, and 303178 new 371c802090f [X86] Replace slow LEA instructions in X86
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/X86.td | 3 + lib/Target/X86/X86FixupLEAs.cpp | 269 +++++++-- lib/Target/X86/X86Subtarget.h | 6 + lib/Target/X86/X86TargetMachine.cpp | 2 + test/CodeGen/X86/leaFixup32.mir | 508 +++++++++++++++++ test/CodeGen/X86/leaFixup64.mir | 1041 +++++++++++++++++++++++++++++++++++ 6 files changed, 1786 insertions(+), 43 deletions(-) create mode 100644 test/CodeGen/X86/leaFixup32.mir create mode 100644 test/CodeGen/X86/leaFixup64.mir