hanchenye-llvm-project/llvm/lib/Target/ARM/README.txt

10 lines
293 B
Plaintext
Raw Normal View History

2006-08-22 20:22:46 +08:00
//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend.
//===---------------------------------------------------------------------===//
Consider implementing a select with two conditional moves:
cmp x, y
moveq dst, a
movne dst, b