issues
search
snu-sf-class
/
swpp202401
Principles and Practices of Software Development Main Repository
14
stars
4
forks
source link
Project skeleton updated (5/14)
#84
Closed
strikef
closed
6 months ago
strikef
commented
6 months ago
Update
Fix
sext_eliminate
pass to completely remove
sext
after running the pass
Fix
getelementptr
not compiling if index type is not
i64
(#80 )
Fix compiler crashing when vector is given to phi nodes (#81 )
Fix compiler crashing when constant int is given to switch condition (#70 )
Fix compiler crashing when trying to compile the program with unreachable block (#73 )
Fix compiler not complying to C standard related to NULL (#83 )
Repository
See
here
Update
sext_eliminate
pass to completely removesext
after running the passgetelementptr
not compiling if index type is noti64
(#80 )Repository
See here