issues
search
dongjinBaek
/
swpp202101-team2
1
stars
0
forks
source link
[Sprint 2] ExtractFromLoopPass
#18
Closed
dongjinBaek
closed
3 years ago
dongjinBaek
commented
3 years ago
apply licm pass(existing pass), which extracts load/store with loop invariant values
extracts loop invariant load for global variables too(which is not extracted in licm)
extracts loop invariant load instruction followed by store instruction, and change it to phi.