Closed bmourad01 closed 2 years ago
This PR lets us get rid of the "function info" file that we pass from vibes-parse to vibes-opt. It turns out that, with a small change to the Core_c pass, we can get by with just using the tags in the vibes-bir library.
vibes-parse
vibes-opt
Core_c
vibes-bir
This PR lets us get rid of the "function info" file that we pass from
vibes-parse
tovibes-opt
. It turns out that, with a small change to theCore_c
pass, we can get by with just using the tags in thevibes-bir
library.