Hi Chris, On 13 August 2017 at 20:20, Christopher Li <sparse@xxxxxxxxxxx> wrote: > On Sun, Aug 13, 2017 at 3:10 PM, Dibyendu Majumdar > <mobile@xxxxxxxxxxxxxxx> wrote: >> >> I have to disable simplifications anyway to get correct IR in some >> cases. With the single store shortcut test that sets bitfield succeeds >> even when simplifications are on - but even so, I cannot turn >> simplifications on in practice because of other failures. > > So you are saying even the last change does not make > you to turn on the simplification. > That is correct. The good news is that I have completed the merge of RC5 into my project and have run the Sparse tests as well as my own tests. I have not faced any new issues other than the one above. With my version of the LLVM backend I am able to compile and run a fairly large program (after turning off simplifications of course). As this is a language interpreter - I am able to then run this interpreter to compile another JIT! You can see the details here: https://github.com/dibyendumajumdar/dmr_c/blob/master/tests/minilua/run.sh https://github.com/dibyendumajumdar/dmr_c/blob/master/tests/minilua/dynasm/run.sh Of course until you are able to merge all the Sparse-LLVM fixes you will not be able to run these tests, but it shows that we are making good progress! Regards Dibyendu -- 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