[PATCH] D139254: Enhance stack protector
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 01:14:04 PST 2022
LuoYuanke added inline comments.
================
Comment at: llvm/lib/CodeGen/StackProtector.cpp:582
+ if (RecalculateDT) {
+ DT->recalculate(*F);
+ } else {
----------------
This should increase compiling time. Need refine it by moving the BB child to NewBB.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139254/new/
https://reviews.llvm.org/D139254
More information about the llvm-commits
mailing list