clang -c -O0 -emit-llvm test.c -c -o test.bc opt -p -mem2reg -dce < test.bc > /dev/null opt -p -mem2reg -adce < test.bc > /dev/null