spcl / perf-taint

Taint-based program analysis framework for empirical performance modeling.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Use mem2reg pass #24

Closed mcopik closed 4 years ago

mcopik commented 4 years ago

This PR brings a full support for the mem2reg, removing the necessity to use reg2mem for tainting memory locations.