[PATCH] D15252: [WebAssembly] Fix scheduling dependencies in register-stackified code
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 16:44:43 PST 2015
jfb accepted this revision.
jfb added a reviewer: jfb.
jfb added a comment.
This revision is now accepted and ready to land.
lgtm
ncbray and I had a little geek-out about coloring combined with tree formation. Fun problem.
================
Comment at: lib/Target/WebAssembly/WebAssemblyRegStackify.cpp:75
@@ +74,3 @@
+// Decorate the given instruction with implicit operands that enforce the
+// expression stack ordering constraints for an instruction which is one
+// the expression stack.
----------------
"on"
Repository:
rL LLVM
http://reviews.llvm.org/D15252
More information about the llvm-commits
mailing list