[PATCH] D39081: [PM] Refactor BoundsChecking further to prepare it to be exposed both as a legacy and new PM pass.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 01:09:07 PDT 2017
chandlerc created this revision.
Herald added subscribers: hiraditya, mcrosier, sanjoy.
This essentially moves the class state to parameters and re-shuffles the
code to make that reasonable. It also does some minor cleanups along the
way and leaves some comments.
https://reviews.llvm.org/D39081
Files:
llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39081.119554.patch
Type: text/x-patch
Size: 8458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171019/1508dca9/attachment.bin>
More information about the llvm-commits
mailing list