[WebAssembly] Support signext, zeroext, and several other function attributes.
authorDan Gohman <dan433584@gmail.com>
Sat, 14 Nov 2015 23:15:41 +0000 (23:15 +0000)
committerDan Gohman <dan433584@gmail.com>
Sat, 14 Nov 2015 23:15:41 +0000 (23:15 +0000)
commitccb28273c87438bff4bafc862feef954ce8235dd
treea2667b1b4414c74e7a1a0cb130d221b7adcb7d9b
parent6d9e0cc0e7abf2b6b4063b32a266fab1d379925b
[WebAssembly] Support signext, zeroext, and several other function attributes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253148 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
test/CodeGen/WebAssembly/signext-zeroext.ll [new file with mode: 0644]