<div dir="ltr">I'm playing around with LLVM's alias-analysis pass framework, and it's sometimes instructive to see what AA can figure out regarding various C lvalues and operations.<div><br></div><div>Unfortunately, except with very small C snippets, it can be a little tedious to try relating the alias sets, expressed in terms of IR registers, to the corresponding C constructs.</div><div><br></div><div>Does anyone know of a tool which takes a stab at re-stating the AA alias sets in terms of the C constructs to which they pertain?  (I realize the association is imperfect, but I figured the combination of "-O0", "-g", and not using "-mem2reg" would go a long way.)</div><div><br></div><div>Thanks,</div><div>Christian  </div></div>