7d612d019b95969ade5684fb82a7a84ab045558a
[oota-llvm.git] / lib / Target / ARM / README.txt
1 //===---------------------------------------------------------------------===//
2 // Random ideas for the ARM backend.
3 //===---------------------------------------------------------------------===//
4
5 Consider implementing a select with two conditional moves:
6
7 cmp x, y
8 moveq dst, a
9 movne dst, b