[PATCH] D44782: Account for partial stack slot spills (PR30821)

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 05:21:39 PDT 2018


jmorse updated this revision to Diff 139902.
jmorse added a comment.

Revised to use instruction opcode information to select insn read/write size instead of register; fix erroneous KMOV handling.


https://reviews.llvm.org/D44782

Files:
  include/llvm/CodeGen/TargetInstrInfo.h
  lib/CodeGen/StackSlotColoring.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  test/CodeGen/Generic/pr30821.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44782.139902.patch
Type: text/x-patch
Size: 15885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180327/65487504/attachment.bin>


More information about the llvm-commits mailing list