[PATCH] D11699: WebAssembly: handle more than int32 argument/return

Dan Gohman dan433584 at gmail.com
Fri Jul 31 17:17:41 PDT 2015


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

================
Comment at: test/CodeGen/WebAssembly/integer64.ll:113
@@ +112,3 @@
+; FIXME: 64-bit shifts have an extra truncate of the input shift value, which
+;        WebAssembly hasn't taught isel to match yet.
+
----------------
The solution here is to implement getScalarShiftAmountTy for WebAssembly.


http://reviews.llvm.org/D11699







More information about the llvm-commits mailing list