diff options
author | Magnus Lång <[email protected]> | 2014-04-14 18:10:31 +0200 |
---|---|---|
committer | Magnus Lång <[email protected]> | 2016-05-23 17:09:27 +0200 |
commit | b9068c94921e97cc918e9c8664c252af33bfaf39 (patch) | |
tree | cccab675404610b623ac5215c0cb59933b49b00a /lib/hipe/icode/Makefile | |
parent | a152a8a4e6df5fca0ca6fb0a62ac8fea41b99571 (diff) | |
download | otp-b9068c94921e97cc918e9c8664c252af33bfaf39.tar.gz otp-b9068c94921e97cc918e9c8664c252af33bfaf39.tar.bz2 otp-b9068c94921e97cc918e9c8664c252af33bfaf39.zip |
Added elimination of maps:is_key/2 calls to HiPE
* Implemented removal of maps:is_key/2 calls of which the result is
known in a new pass during the typed phase, called
hipe_icode_call_elim.
* Added the option icode_call_elim that enables the
hipe_icode_call_elim pass, and made it default for o2.
Diffstat (limited to 'lib/hipe/icode/Makefile')
-rw-r--r-- | lib/hipe/icode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/icode/Makefile b/lib/hipe/icode/Makefile index a5edb10d90..c86562a981 100644 --- a/lib/hipe/icode/Makefile +++ b/lib/hipe/icode/Makefile @@ -59,7 +59,7 @@ DOC_MODULES = hipe_beam_to_icode \ hipe_icode_pp hipe_icode_primops \ hipe_icode_range \ hipe_icode_split_arith \ - hipe_icode_ssa hipe_icode_ssa_const_prop \ + hipe_icode_ssa hipe_icode_ssa_const_prop hipe_icode_call_elim \ hipe_icode_ssa_copy_prop hipe_icode_ssa_struct_reuse \ hipe_icode_type $(HIPE_MODULES) |