[PATCH] D31583: StackColoring: smarter check for slot overlap
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 16:32:45 PDT 2017
dberlin added inline comments.
================
Comment at: lib/CodeGen/StackColoring.cpp:1125
----------------
Or you could just augment the standard dataflow problem with more info?
You also just kind of assert it doesn't give very good results, but it's pretty widely used with good results :)
================
Comment at: lib/CodeGen/StackColoring.cpp:1163
----------------
Errr, what?
It is very possible to do this in N time with N dataflow facts.
https://reviews.llvm.org/D31583
More information about the llvm-commits
mailing list