1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/CodeGen/WebAssembly
JF Bastien c6f87ed268 WebAssembly: textual emission uses expected opcode names
Summary: WebAssembly's tablegen instructions have the names WebAssembly expects, but by LLVM convention they're uppercase and suffixed with their type after an underscore. Leave the C++ code that way, but print outt he names WebAssembly expects (lowercase, no type). We could teach tablegen to do this later, maybe by using `!cast<string>(node)` in the .td files.

Reviewers: sunfish

Subscribers: jfb, llvm-commits

Differential Revision: http://reviews.llvm.org/D11776

llvm-svn: 244305
2015-08-07 01:57:03 +00:00
..
cpus.ll WebAssembly: print basic integer assembly. 2015-07-31 17:53:38 +00:00
integer32.ll WebAssembly: textual emission uses expected opcode names 2015-08-07 01:57:03 +00:00
integer64.ll WebAssembly: textual emission uses expected opcode names 2015-08-07 01:57:03 +00:00
lit.local.cfg
return-void.ll WebAssembly: handle more than int32 argument/return 2015-08-01 04:48:44 +00:00
unused-argument.ll WebAssembly: handle more than int32 argument/return 2015-08-01 04:48:44 +00:00