mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Add a note about commuting conditional move.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74241 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30d670f51f
commit
151b9afdee
@ -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…
x
Reference in New Issue
Block a user