LLVM: lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp File Reference (original) (raw)

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

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.