| commit | af29bd4fd43d2a64844c99f4da3ba97d0d7d2402 | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <dan433584@gmail.com> | Thu Nov 05 20:42:30 2015 +0000 |
| committer | Dan Gohman <dan433584@gmail.com> | Thu Nov 05 20:42:30 2015 +0000 |
| tree | 9de46133cd93d831531519aafdb190b0c38baf97 | |
| parent | d7ffb919c13a14ac370833cbb5732da0427efeab [diff] |
[WebAssembly] Add AsmString strings for most instructions. Mangling type information into MachineInstr opcode names was a temporary measure, and it's starting to get hairy. At the same time, the MC instruction printer wants to use AsmString strings for printing. This patch takes the first step, starting the process of adding AsmStrings for instructions. llvm-svn: 252203