This new pass:
- Adds CSV alias information (previously done by `JTM::aliasAnalysis`)
- Optionally segregates the direct stack accesses from all the other
memory accesses by adding further alias information
- Canonicalizes the inttoptr + add + ptrtoint into a getelementptr, in
order to have typesafe pointer arithmetics and allow optimizations
to happen.