we should eventually add -march=atom and the new atom movbe instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-05-25 16:34:44 +00:00
parent 028839db09
commit f9dc644936

View 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.
//===---------------------------------------------------------------------===//