diff options
author | Björn Gustavsson <[email protected]> | 2019-02-21 06:06:08 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-02-21 14:04:29 +0100 |
commit | 54df0e73b3c3d0240eedc5b1469aa89ecb8de531 (patch) | |
tree | 53618ae643380b02e008f02d1dd02ee3ec6e16bf /.gitignore | |
parent | 388fe9d0ef5d2ccae6a9c07da2d36ac568dd250f (diff) | |
download | otp-54df0e73b3c3d0240eedc5b1469aa89ecb8de531.tar.gz otp-54df0e73b3c3d0240eedc5b1469aa89ecb8de531.tar.bz2 otp-54df0e73b3c3d0240eedc5b1469aa89ecb8de531.zip |
beam_ssa_opt: Do local CSE of get_tuple_element instructions
For some reason, a `get_tuple_element` instruction was not deemed
suitble for local common sub expression elimination.
It turns out that enabling CSE for `get_tuple_element` is benefical.
It will also be even more benefical in a future commit where some
of the optimizations in `sys_core_fold` are removed.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions