1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include
Evan Cheng 8d5b09811a 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.

llvm-svn: 146583
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