[PATCH] D88631: [X86] Support customizing stack protector guard
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 18 19:46:48 PDT 2020
xiangzhangllvm marked 2 inline comments as done.
xiangzhangllvm added inline comments.
================
Comment at: llvm/lib/CodeGen/StackColoring.cpp:694
+ // loader of &&X is the first LOAD MI in EHPad.
+ //if (MBB->isEHPad() && MI.mayLoad() && FirstLoad && MO.isSymbol()) {
+ const AllocaInst *Allocation = MFI->getObjectAllocation(Slot);
----------------
LuoYuanke wrote:
> It seems you messed two patches?
Oh! yes! I am so sorry!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88631/new/
https://reviews.llvm.org/D88631
More information about the llvm-commits
mailing list