search for: 271c6189

Displaying 2 results from an estimated 2 matches for "271c6189".

2018 May 08
0
more reassociation in IR
...s 1st, runs to fixed-point, and runs 8 times in the -O2 pipeline." Y'all know how i feel about this one, so i'll leave it alone :) --Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180508/271c6189/attachment-0001.html>
2018 May 08
4
more reassociation in IR
There are at least 3 active proposals to add reassociative optimizations in IR: [1] D41574 <https://reviews.llvm.org/D41574>- a new pass for reassociation/factoring [2] D46336 <https://reviews.llvm.org/D46336> - enhance -instcombine to do more reassociation/factoring [3] D45842 <https://reviews.llvm.org/D45842> - add to the existing -reassociate pass to enable factoring