1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-17 23:31:05 +00:00

//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend.
//===---------------------------------------------------------------------===//

Consider implementing a select with two conditional moves:

cmp x, y
moveq dst, a
movne dst, b