[PATCH] D42793: [MergeICmps] Enable the MergeICmps Pass by default.

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 12:11:15 PST 2018


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

The PPC code looks way nicer. The alignment is fine as well - unaligned scalar loads are cheap on modern PPC HW and the loads are in bounds. Of course, I have no comment on the X86 code as I don't know enough about the target.
LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D42793





More information about the llvm-commits mailing list