[PATCH] D137295: WebAssembly: Remove MachineFunction reference from MFI

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 15:18:14 PDT 2022


arsenm created this revision.
arsenm added reviewers: tlively, aheejin, dschuff, sunfish.
Herald added subscribers: pmatos, asb, hiraditya, jgravelle-google, sbc100.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D137295

Files:
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137295.472788.patch
Type: text/x-patch
Size: 6332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221102/83a3ea42/attachment.bin>


More information about the llvm-commits mailing list