thegameg added a comment.

This is great! Any chance we can use `MachineFrameInfo::StackProtectorIdx` to 
annotate the slot that is reserved for the stack protector?



================
Comment at: llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp:84
+    ORE = &getAnalysis<MachineOptimizationRemarkEmitterPass>().getORE();
+    if (!ORE)
+      return false;
----------------
I don't think this should ever be null.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135488

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to