<div dir="ltr">Hello,<div><br></div><div>I am used to specifying dependence on other LLVM passes in the `getAnalysisUsage(AnalysisUsage &)` method of my pass. However, it doesn't seem that there is a header file that exposes the `mem2reg` pass - it is implemented in `Mem2Reg.cpp` as a wrapper.</div><div><br></div><div>Is there an easy way to reuse this pass, or should I, in essence, duplicate `Mem2Reg.cpp` in my project?</div><div><br></div><div>Cheers,</div><div> - Stan</div></div>