This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bc93b9a3b2 [AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/ [...] new bfeecfb5a03 [SROA] Correctly invalidate analyses when dead instructions [...] new 7078f99f3b9 [X86] Avoid unecessary opsize byte in segment move to memory
The 2 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: include/llvm/Transforms/Scalar/SROA.h | 2 +- lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 10 ++-- lib/Target/X86/X86InstrFormats.td | 8 ++- lib/Target/X86/X86InstrInfo.td | 4 +- lib/Target/X86/X86InstrSystem.td | 12 +--- lib/Target/X86/X86SchedSandyBridge.td | 2 +- lib/Transforms/Scalar/SROA.cpp | 7 ++- test/MC/Disassembler/X86/x86-16.txt | 4 +- test/MC/X86/x86-16.s | 12 ++-- test/MC/X86/x86-32.s | 12 ++-- test/MC/X86/x86-64.s | 4 +- test/Transforms/SROA/dead-inst.ll | 97 +++++++++++++++++++++++++++++++ 12 files changed, 135 insertions(+), 39 deletions(-) create mode 100644 test/Transforms/SROA/dead-inst.ll