mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
add a README.txt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29814 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0af617fa32
commit
f4d40050f1
9
lib/Target/ARM/README.txt
Normal file
9
lib/Target/ARM/README.txt
Normal file
@ -0,0 +1,9 @@
|
||||
//===---------------------------------------------------------------------===//
|
||||
// Random ideas for the ARM backend.
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Consider implementing a select with two conditional moves:
|
||||
|
||||
cmp x, y
|
||||
moveq dst, a
|
||||
movne dst, b
|
Loading…
Reference in New Issue
Block a user