Commit 1262dce
authored
Add support for ref.func to AsmParser/MC (llvm#163326)
This is step 1 of exposing WASM `ref.func` to LLVM.
This PR only handles creating the instruction and a test for assembling
it.1 parent bd9030e commit 1262dce
File tree
2 files changed
+14
-0
lines changed- llvm
- lib/Target/WebAssembly
- test/MC/WebAssembly
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
0 commit comments