This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86e361fbbcf [llvm-objcopy] Adjust the help message new 17c3c080839 [X86] Account for partial stack slot spills (PR30821) new 16e61f3c897 Fix path separator checks on Windows
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/CodeGen/TargetInstrInfo.h | 22 ++++ lib/CodeGen/StackSlotColoring.cpp | 10 +- lib/Target/X86/X86InstrInfo.cpp | 199 ++++++++++++++++++----------- lib/Target/X86/X86InstrInfo.h | 6 + test/CodeGen/X86/pr30821.mir | 133 +++++++++++++++++++ test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 2 +- 6 files changed, 290 insertions(+), 82 deletions(-) create mode 100644 test/CodeGen/X86/pr30821.mir