There are several functions in the form of has*** or needs*** in
WebAssemblyFrameLowering and its MachineFrameInfo argument can be
obtained from MachineFunction so it is not necessarily has to be
passed from a caller. Also, it is more in line with other overriden
fuctions like hasBP or hasReservedCallFrame, which also take only
MachineFunction argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM