OSDN Git Service

Add a note about commuting conditional move.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 26 Jun 2009 00:28:48 +0000 (00:28 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 26 Jun 2009 00:28:48 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74241 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/README.txt

index 3e248a6..4223699 100644 (file)
@@ -528,3 +528,5 @@ those operations and the ARMv6 scalar versions.
 
 //===---------------------------------------------------------------------===//
 
+ARM::MOVCCr is commutable (by flipping the condition). But we need to implement
+ARMInstrInfo::commuteInstruction() to support it.