I was trying to debug a missed Load-PRE optimization (see the testcase)
and found that there was no convenient way to do this. This
adds -analyze support to memdep and a testcase which demonstrates a
trick to do this in case one wants non-local dependence analysis (like
GVN).
Admittedly, this is pretty non-local dep focused right now but it's
certainly better that what we have currently.