Files
clang-p2996/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
Matt Arsenault ff2b60bbcb WebAssembly: Remove MachineFunction reference from MFI
The MachineFunctionInfo here is a bit awkward because
WasmEHInfo is in the MachineFunction but handled from
the target code. Either everything should move into WebAssembly
or into the MachineFunction for MIR serialization.
2022-11-11 16:38:51 -08:00

6.5 KiB