[PATCH] D17327: [WebAssembly] Disable register stackification and coloring when not optimizing
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 22:36:24 PST 2016
dschuff added a comment.
Arguably we should make some (a lot?) of our tests run without optimization since the stackifier is orthogonal to what most of them test and it munges the output in unrelated ways and will cause churn when the stackification code changes. That doesn't seem as common in backend tests as maybe it should be.
http://reviews.llvm.org/D17327
More information about the llvm-commits
mailing list