[PATCH] D18827: Rework/enhance stack coloring data flow analysis.

Than McIntosh via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 11:07:07 PDT 2016


thanm updated this revision to Diff 56315.
thanm added a comment.

Revise stack coloring patch to handle degenerate slots.

Update to the enhancement to handle cases where references
to a given stack slot appear outside of the lifetime
start/end markers (this can happen due to optimizations
such as LICM).


http://reviews.llvm.org/D18827

Files:
  lib/CodeGen/StackColoring.cpp
  test/CodeGen/X86/StackColoring.ll
  test/CodeGen/X86/misched-aa-colored.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18827.56315.patch
Type: text/x-patch
Size: 30381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/f8c84853/attachment.bin>


More information about the llvm-commits mailing list