[PATCH] D12219: WebAssembly: Implement call

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 13:37:40 PDT 2015


sunfishcode added a subscriber: sunfishcode.
sunfishcode accepted this revision.
sunfishcode added a reviewer: sunfishcode.
This revision is now accepted and ready to land.

================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrCall.td:22
@@ +21,3 @@
+             [(WebAssemblycallseq_end timm:$amt1, timm:$amt2)],
+	     "#ADJCALLSTACKUP $amt1 $amt2">;
+
----------------
If we don't need post-RA expansion, then these can just be regular instructions, rather than Pseudos. You can set 'isCodeGenOnly = 1' for them to indicate that they're just compiler magic.


http://reviews.llvm.org/D12219





More information about the llvm-commits mailing list