[WebAssembly] Implement int64-to-int32 conversion.
authorDan Gohman <dan433584@gmail.com>
Tue, 15 Sep 2015 00:55:19 +0000 (00:55 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 15 Sep 2015 00:55:19 +0000 (00:55 +0000)
commit270e6f8a27d535d22ab84b05936889430b0f0be6
treec3d0646d5fc1ba6fe9dcf3172b0b19ff5b70731e
parente2e1a3b61d2ffcde2a5ce728c2707726b5c88487
[WebAssembly] Implement int64-to-int32 conversion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyInstrConv.td
test/CodeGen/WebAssembly/conv.ll [new file with mode: 0644]