Skip to content
  • John Dias's avatar
    Loop problems in native back ends, update to T3286 fix · c55eee3a
    John Dias authored
    The native back ends had difficulties with loops;
    in particular the code for branch-chain elimination
    could run in infinite loops or drop basic blocks.
    The old codeGen didn't expose these problems.
    
    Also, my fix for T3286 in the new codegen was getting
    applied to too many (some wrong) cases; a better pattern
    match fixed that.
    c55eee3a