You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We miss a bug in NewGVN (llvm/llvm-project#56149) because the ordering of BBs is not optimal. We have a jump to a BB that appears before, so we never see that edge.
%for.end:
storei325, ptr@a, align4%0 = trunci325toi16%cmp2 = icmpslti16%0, 7bri1%cmp2, label%L, label%if.end%if.end:
%d.0 = phii32 [ %5, %L ], [ 0, %for.end ]
%1 = loadi32, ptr@a, align4%sext = shli32%d.0, 16%conv6 = ashri32%sext, 16%cmp7.not = icmpslti32%1, %conv6bri1%cmp7.not, label%while.cond9.preheader, label%while.cond.preheader%L:
%5 = loadi32, ptr@a, align4%and = andi32%5, 1%neg = xori32%and, 4294967295storei32%neg, ptr@a, align4brlabel%if.end; backedge here for no good reason. plus it never gets unrolled
We miss a bug in NewGVN (llvm/llvm-project#56149) because the ordering of BBs is not optimal. We have a jump to a BB that appears before, so we never see that edge.
Full test:
The text was updated successfully, but these errors were encountered: