[llvm-commits] [llvm] r74241 - /llvm/trunk/lib/Target/ARM/README.txt

Evan Cheng evan.cheng at apple.com
Thu Jun 25 17:28:48 PDT 2009


Author: evancheng
Date: Thu Jun 25 19:28:48 2009
New Revision: 74241

URL: http://llvm.org/viewvc/llvm-project?rev=74241&view=rev
Log:
Add a note about commuting conditional move.

Modified:
    llvm/trunk/lib/Target/ARM/README.txt

Modified: llvm/trunk/lib/Target/ARM/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/README.txt?rev=74241&r1=74240&r2=74241&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/README.txt (original)
+++ llvm/trunk/lib/Target/ARM/README.txt Thu Jun 25 19:28:48 2009
@@ -528,3 +528,5 @@
 
 //===---------------------------------------------------------------------===//
 
+ARM::MOVCCr is commutable (by flipping the condition). But we need to implement
+ARMInstrInfo::commuteInstruction() to support it.





More information about the llvm-commits mailing list