Skip to content
  • David Terei's avatar
    Allow for stg registers to have pointer type in llvm BE. · 4738e101
    David Terei authored
    Before all the stg registers were simply a bit type or
    floating point type but now they can be declared to have
    a pointer type to one of these. This will allow various
    optimisations in the future in llvm since the type is
    more accurate.
    4738e101