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

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 02:23:58 PDT 2018


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

Revision here removes muppetry and duplicate isLoad.../isStore... logic. Callers now have to provide a MemBytes reference, dummies installed where it's not needed.


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.142363.patch
Type: text/x-patch
Size: 17790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180413/dd44f583/attachment.bin>


More information about the llvm-commits mailing list