Skip to content
README.txt 293 B
Newer Older
Rafael Espindola's avatar
Rafael Espindola committed
//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend.
//===---------------------------------------------------------------------===//

Consider implementing a select with two conditional moves:

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