Why would the generated assembly results for a piece of code be different if I did this:<div><br></div><div>clang -S -emit-llvm sample.c -o sample.ll</div><div>llc sample.ll -o sample.s</div><div><br></div><div>then if I did this:</div>
<div><br></div><div>clang -S sample.c -o sample.s</div><div><br></div><div>Thanks.</div>