On Mon, Aug 14, 2017 at 1:20 AM, Dibyendu Majumdar <mobile@xxxxxxxxxxxxxxx> wrote: > > I mean to say that I am interested in fixing the Sparse IR generation > - so if these are errors in the IR you spotted, then great Yes, I know. But I confess that doing this through sparse-llvm is kinda a pita for me :) > (I am > amazed at how quickly you found the errors!). Hey, I have now a small reproducer for one of the problem: char a, b; void c(void) { b = a & 1; } and we can solve it and put in the testsuite to avoid future regressions. Regards, -- Luc -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html