diff options
-rw-r--r-- | llvm/lib/Target/X86/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index a2cf079e0b1..19128888975 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/lib/Target/X86/README.txt @@ -2,6 +2,8 @@ // Random ideas for the X86 backend. //===---------------------------------------------------------------------===// +We should add support for the "movbe" instruction, which does a byte-swapping +copy (3-addr bswap + memory support?) This is available on Atom processors. //===---------------------------------------------------------------------===// |