[PATCH] D51973: [New PM] adding unit tests for PassInstrumentation

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 12 03:40:34 PDT 2018


fedor.sergeev created this revision.
fedor.sergeev added reviewers: chandlerc, philip.pfaffe.

Register mock instrumentation with PassBuilder and make a run
of pass/analysis checking that corresponding instrumentation calls
are done by pass managers.

(Since I'm new to these unittests) after the overall concept
(as well as details) of my testing approach are confirmed I'm going
to split this change in pieces and attach these pieces to the appropriate
PassInstrumentation patches in my series.


Repository:
  rL LLVM

https://reviews.llvm.org/D51973

Files:
  unittests/IR/PassBuilderCallbacksTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51973.165054.patch
Type: text/x-patch
Size: 17357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180912/a97e7495/attachment.bin>


More information about the llvm-commits mailing list