Comment 2 for bug 1834496

Revision history for this message
Alex Bennée (ajbennee) wrote :

I bisected a chunk of the errors to:

  commit c6fb8c0cf704c4a1a48c3e99e995ad4c58150dab (refs/bisect/bad)
  Author: Richard Henderson <email address hidden>
  Date: Mon Feb 25 11:42:35 2019 -0800

      tcg/i386: Support INDEX_op_extract2_{i32,i64}

      Signed-off-by: Richard Henderson <email address hidden>

Specifically I think when tcg_gen_deposit_i32 handles the if (ofs + len == 32) case.