[PATCH] D131824: Split EH code by default
Di Mo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 16:28:51 PDT 2022
modimo added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineFunctionSplitter.cpp:86
+/// only by EH pad as cold. This will help mark EH pads statically cold instead
+/// of relying on sampling data.
+static void
----------------
s/sampling/profile/d
================
Comment at: llvm/lib/CodeGen/MachineFunctionSplitter.cpp:123
+
+ // Insert the succesors of start block
+ // and landing pads succesor.
----------------
nit: successors. Same with line below
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131824/new/
https://reviews.llvm.org/D131824
More information about the llvm-commits
mailing list