1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Target/ARM/README.txt
Rafael Espindola af0512fc8d add a README.txt
llvm-svn: 29814
2006-08-22 12:22:46 +00:00

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