1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

[SystemZ] Update README

We now use MVST, CLST and SRST for the obvious cases.

llvm-svn: 188781
This commit is contained in:
Richard Sandiford 2013-08-20 09:40:35 +00:00
parent add1a68f21
commit 7aca0c4227

View File

@ -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.
--