Skip to content

Fixes for dynamic constant substitution in typechecking, interprocedural SROA, and fix inlining

rarbore2 requested to merge gcm_enhance into main
  • Normalize dynamic constants in typechecking for calls.
    • TODO: integrate with other nodes that may involve arrays like Writes, Selects, etc.
  • Fix dynamic constant substitution in interprocedural SROA.
  • Fix inlining not running in general. Let DeleteUncalled do its thing!

Merge request reports

Loading