llvm-6502/include
Evan Cheng 020f4106f8 Model ARM predicated write as read-mod-write. e.g.
r0 = mov #0
r0 = moveq #1

Then the second instruction has an implicit data dependency on the first
instruction. Sadly I have yet to come up with a small test case that
demonstrate the post-ra scheduler taking advantage of this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146583 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-14 20:00:08 +00:00
..
llvm Model ARM predicated write as read-mod-write. e.g. 2011-12-14 20:00:08 +00:00
llvm-c Fixed ObjectFile functions: 2011-11-29 17:40:10 +00:00