diff options
-rw-r--r-- | lib/Target/PowerPC/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 0a9c5bdc27..e6d22dac1a 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -519,6 +519,9 @@ int foo(int N, int ***W, int **TK, int X) { We generate relatively atrocious code for this loop compared to gcc. +We could also strength reduce the rem and the div: +http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf + ===-------------------------------------------------------------------------=== Altivec support. The first should be a single lvx from the constant pool, the |