[PATCH] D139254: Enhance stack protector
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 01:31:44 PST 2022
xiangzhangllvm added inline comments.
================
Comment at: llvm/lib/CodeGen/StackProtector.cpp:582
+ if (RecalculateDT) {
+ DT->recalculate(*F);
+ } else {
----------------
LuoYuanke wrote:
> This should increase compiling time. Need refine it by moving the BB child to NewBB.
Yes, ok, let me add more code here, first delete the related old DT Edges and add back to the new ones.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139254/new/
https://reviews.llvm.org/D139254
More information about the llvm-commits
mailing list