From: Richard Sandiford Date: Tue, 20 Aug 2013 09:40:35 +0000 (+0000) Subject: [SystemZ] Update README X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0371d01fb98a580aa79ddcc0e4ed5bd2d2e541b5;p=oota-llvm.git [SystemZ] Update README We now use MVST, CLST and SRST for the obvious cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188781 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/README.txt b/lib/Target/SystemZ/README.txt index 58e631f88c0..4107685e307 100644 --- a/lib/Target/SystemZ/README.txt +++ b/lib/Target/SystemZ/README.txt @@ -73,10 +73,8 @@ Likewise memcmp and CLC. MVCLE and CLCLE could be useful too. -- -We don't optimize string operations. - -MVST, CLST, SRST and CUSE could be useful here. Some of the TRANSLATE -family might be too, although they are probably more difficult to exploit. +We don't use CUSE or the TRANSLATE family of instructions for string +operations. The TRANSLATE ones are probably more difficult to exploit. --