diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-04-24 16:43:04 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-04-27 10:50:15 +0200 |
commit | dd4d7667f5ab60c76567a6f3d814b3b64583280a (patch) | |
tree | 14d8b61e5a4ee3c5bdc88f7cfe88f6ca612064ac /erts/lib_src | |
parent | b58b4718012cfb848dad3106b2ab22c08997c639 (diff) | |
download | otp-dd4d7667f5ab60c76567a6f3d814b3b64583280a.tar.gz otp-dd4d7667f5ab60c76567a6f3d814b3b64583280a.tar.bz2 otp-dd4d7667f5ab60c76567a6f3d814b3b64583280a.zip |
erts: Add move2 specialization for common move patterns
Common pattern seen in SSL:
move y x | move r x -> move2
move r x | move y x -> move2
Common pattern seen in SSL and Compiler:
move x r | move x x -> move2
Diffstat (limited to 'erts/lib_src')
0 files changed, 0 insertions, 0 deletions