LLVM: lib/Target/WebAssembly/WebAssemblyRefTypeMem2Local.cpp File Reference (original) (raw)
Assign reference type allocas to local addrspace (addrspace(1)) so that their loads and stores can be lowered to local.gets/local.sets. More...
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "wasm-ref-type-mem2local" |
| Functions |
|---|
Detailed Description
Assign reference type allocas to local addrspace (addrspace(1)) so that their loads and stores can be lowered to local.gets/local.sets.
Definition in file WebAssemblyRefTypeMem2Local.cpp.
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "wasm-ref-type-mem2local"
Function Documentation
◆ INITIALIZE_PASS()
| INITIALIZE_PASS | ( | WebAssemblyRefTypeMem2Local | , |
|---|---|---|---|
| DEBUG_TYPE | , | ||
| "Assign reference type allocas to local address space" | , | ||
| true | , | ||
| false | ) |