[PATCH] D88631: [X86] Support customizing stack protector guard

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 04:51:30 PDT 2020


LuoYuanke 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);
----------------
It seems you messed two patches?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88631/new/

https://reviews.llvm.org/D88631



More information about the llvm-commits mailing list