[PATCH] D59737: [WebAssembly] Support WebAssemblyFunctionInfo serialization
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 23 13:49:02 PDT 2019
arsenm added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h:59-61
+ // Function properties.
+ bool CFGStackified = false;
+
----------------
I think adding a new field should be a separate patch
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59737/new/
https://reviews.llvm.org/D59737
More information about the llvm-commits
mailing list