[PATCH] D45968: StackSlotColoring: Decide colors per stack ID

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 10:47:42 PDT 2018


tpr accepted this revision.
tpr added a comment.
This revision is now accepted and ready to land.

Oh right, I get it now. The colors are disjoint, and it will only allocate a slot to another slot's color if it is the same StackID.

LGTM, except the test has slightly rotted and needs s/di-/debug-info-/g


https://reviews.llvm.org/D45968





More information about the llvm-commits mailing list