This adds CFGStackified field and its serialization to
WebAssemblyFunctionInfo. This will be used in D59740.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59747
[WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo ClosedPublic Authored by aheejin on Mar 24 2019, 6:49 AM.
Details Summary This adds CFGStackified field and its serialization to
Diff Detail
Event Timelineaheejin mentioned this in D59737: [WebAssembly] Support WebAssemblyFunctionInfo serialization.Mar 24 2019, 6:51 AM aheejin added a parent revision: D59737: [WebAssembly] Support WebAssemblyFunctionInfo serialization. This revision is now accepted and ready to land.Mar 25 2019, 1:50 PM Closed by commit rL357011: [WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo (authored by aheejin). · Explain WhyMar 26 2019, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 192293 llvm/trunk/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
llvm/trunk/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
llvm/trunk/test/CodeGen/WebAssembly/function-info.mir
|