felixangell / kpd

an old compiler for Krug written in D - a prototype version
MIT License
44 stars 1 forks source link

redundant store with array indexing expressions #22

Closed felixangell closed 6 years ago

felixangell commented 6 years ago
_bb4:
    %t1 = new s32
    store %t1, $foo[$i] = 'a'

the store/temp is un-necessary