[PATCH] D11070: WebAssembly: basic instructions todo, and basic register info.

Dan Gohman dan433584 at gmail.com
Fri Jul 10 11:10:54 PDT 2015


sunfish accepted this revision.
sunfish added a comment.
This revision is now accepted and ready to land.

Looks good.


================
Comment at: lib/Target/WebAssembly/WebAssemblyRegisterInfo.td:30
@@ +29,3 @@
+// WebAssembly supports mixed 32-bit and 64-bit heaps in the same application,
+// which requires separate width FP and SP.
+def FP32 : WebAssemblyReg<"%FP32">;
----------------
I think I'm just suggesting the comment say something like "may someday support" instead of "supports".


http://reviews.llvm.org/D11070







More information about the llvm-commits mailing list