Displaying 1 result from an estimated 1 matches for "rl226781".
Did you mean:
r226781
2015 Jan 26
2
[LLVMdev] LLVM Weekly - #56, Jan 26th 2015
....
## On the mailing lists
* Chandler Carruth has posted a [canonicalization-related
RFC](http://article.gmane.org/gmane.comp.compilers.llvm.devel/81056). He
demonstrates a case where a trivial function is compiled to two equivalent IR
sequences. This was [later committed](http://reviews.llvm.org/rL226781).
* Michael Zolotukhin has [proposed an RFC on adding a heuristic for complete
loop
unrolling](http://article.gmane.org/gmane.comp.compilers.llvm.devel/81173).
Currently, the loop unrolling heuristics don't take account of any new
optimisations that maybe enabled by unrolling the loop. Changin...