1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add note about future optimization noted in the ppc compiler writer's guide

llvm-svn: 23245
This commit is contained in:
Nate Begeman 2005-09-06 15:30:48 +00:00
parent f1994fa030
commit a94912c555

View File

@ -101,3 +101,7 @@ off of the register to avoid the lis's. This is even more important in PIC
mode.
===-------------------------------------------------------------------------===
Implement Newton-Rhapson method for improving estimate instructions to the
correct accuracy, and implementing divide as multiply by reciprocal when it has
more than one use. Itanium will want this too.