Skip to content

Commit

Permalink
add a README.txt
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29814 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Aug 22, 2006
1 parent 0af617f commit f4d4005
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/Target/ARM/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend.
//===---------------------------------------------------------------------===//

Consider implementing a select with two conditional moves:

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

0 comments on commit f4d4005

Please sign in to comment.