[PATCH] D67845: SSP: [3/3] cmpxchg and addrspacecast can now trigger stack protection

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 10:48:01 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/StackProtector.cpp:204-205
     }
     default:
       break;
     }
----------------
I think this should be changed to assume true on unhandled instructions in case of future additions


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

https://reviews.llvm.org/D67845





More information about the llvm-commits mailing list