[PATCH] D11363: Allow merging of immediates within a basic block for code size savings and reduced footprint.

Sanjay Patel spatel at rotateright.com
Fri Jul 31 10:59:10 PDT 2015


spatel added a comment.

I just noticed http://reviews.llvm.org/D5544 which tries to do a similar optimization using a separate pass.

I'm not advocating a particular approach because I don't fully understand the trade-offs; I just wanted to add that link for my own reference. :)


http://reviews.llvm.org/D11363







More information about the llvm-commits mailing list