[PPC] Add an option to disable isel

Olivier H Sallenave ohsallen at us.ibm.com
Thu Mar 26 07:22:56 PDT 2015



Hi,

As explained in http://reviews.llvm.org/D8260, using branches can give
speedups compared to using isel on P7 and P8. This patch adds the
-misel/-mno-isel option so that the user can tune its application. -misel
is the default.

(See attached file: clang-isel.diff)

Thanks,
Olivier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150326/e233de8b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-isel.diff
Type: application/octet-stream
Size: 1712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150326/e233de8b/attachment.obj>


More information about the cfe-commits mailing list