[PATCH] D15546: [WebAssembly] Print an extra local decl when the user stack pointer is used
JF Bastien via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 16:23:42 PST 2015
jfb added a comment.
lgtm after updating the test.
================
Comment at: test/CodeGen/WebAssembly/userstack.ll:10
@@ -9,1 +9,3 @@
+; Check that there is an extra local for the stack pointer.
+; CHECK: .local i32, i32, i32, i32
define void @alloca32() {
----------------
Terminate with `{{$}}` here and below.
http://reviews.llvm.org/D15546
More information about the llvm-commits
mailing list