[PATCH] D38941: [PowerPC] Use record-form instruction for Less-or-Equal -1 and Greater-or-Equal 1

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 09:37:12 PDT 2017


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

As Eric points out, perhaps mention that it would be possible to optimize even if there were multiple uses of the CR register if all the uses fell into one of the four categories, but it would be very unlikely that doing to would be profitable.

But I agree, this looks much better now.


https://reviews.llvm.org/D38941





More information about the llvm-commits mailing list