LLVM 22.0.0git
WebAssemblyFrameLowering.cpp File Reference

This file contains the WebAssembly implementation of TargetFrameLowering class. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-frame-info"

Detailed Description

This file contains the WebAssembly implementation of TargetFrameLowering class.

On WebAssembly, there aren't a lot of things to do here. There are no callee-saved registers to save, and no spill slots.

The stack grows downward.

Definition in file WebAssemblyFrameLowering.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-frame-info"

Definition at line 37 of file WebAssemblyFrameLowering.cpp.