mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
|
//===---------------------------------------------------------------------===//
|
||
|
// Random ideas for the ARM backend.
|
||
|
//===---------------------------------------------------------------------===//
|
||
|
|
||
|
Consider implementing a select with two conditional moves:
|
||
|
|
||
|
cmp x, y
|
||
|
moveq dst, a
|
||
|
movne dst, b
|