projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d670f
)
Add a note about commuting conditional move.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 26 Jun 2009 00:28:48 +0000
(
00:28
+0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/README.txt
b/lib/Target/ARM/README.txt
index 3e248a6c927d0031724475df078f85c9aa72fbba..4223699b9d093a41d405dcba6dc2ca40ff6a37e6 100644
(file)
--- a/
lib/Target/ARM/README.txt
+++ b/
lib/Target/ARM/README.txt
@@
-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.