[PATCH] D31303: [CodeGen] Split SafeStack into a LegacyPass and a utility. NFC.

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 13:17:21 PDT 2017


ab created this revision.
Herald added a subscriber: sanjoy.

This lets the pass focus on gathering the required analyzes, and the utility class focus on the transformation.

The "run" method is a little awkward; suggestions welcome!


https://reviews.llvm.org/D31303

Files:
  include/llvm/InitializePasses.h
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/SafeStack.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31303.92854.patch
Type: text/x-patch
Size: 12108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170323/4efa3c2d/attachment.bin>


More information about the llvm-commits mailing list