mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
cf79b2d6e3
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.