| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| assembler/x86 | ||
| llvm2ice_tests | ||
| parse_errs | ||
| reader_tests | ||
| .gitignore | ||
| lit.cfg |
The read-modify-write (RMW) optimization looks for patterns like this: a = Load addr b = <op> a, other Store b, addr and essentially transforms them into this: RMW <op>, addr, other This CL also applies the transformation when the middle instruction is b = <op> other, a and <op> is commutative. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4095 R=jpp@chromium.org Review URL: https://codereview.chromium.org/1193103005
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| assembler/x86 | Loading commit data... | |
| llvm2ice_tests | Loading commit data... | |
| parse_errs | Loading commit data... | |
| reader_tests | Loading commit data... | |
| .gitignore | Loading commit data... | |
| lit.cfg | Loading commit data... |