[PATCH] D139861: [llvm] boilerplate for new callbrprepare codegen IR pass

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 14:33:10 PST 2022


aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.

lg, assuming we're actually going this direction



================
Comment at: llvm/include/llvm/CodeGen/CodeGenPassBuilder.h:734
 
+  //addPass(CallBrPrepare()); // TODO(ndesaulniers): impl pass
   // Add both the safe stack and the stack protection passes: each of them will
----------------
oh this is the att


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139861



More information about the llvm-commits mailing list