forked from OSchip/llvm-project
Add a note about commuting conditional move.
llvm-svn: 74241
This commit is contained in:
parent
31167c61d5
commit
e2c4d35f3e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue