we should eventually add -march=atom and the new atom movbe instruction.
authorChris Lattner <sabre@nondot.org>
Mon, 25 May 2009 16:34:44 +0000 (16:34 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 May 2009 16:34:44 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72387 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index a2cf079e0b162a450346e6befd71ef0328d277ee..191288889755a19c0a173d7d76b91cd0b5a1f5ca 100644 (file)
@@ -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.
 
 //===---------------------------------------------------------------------===//