From 148567a6b9258ae74138566c9109d348b1768583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 5 Aug 2019 07:04:05 +0200 Subject: Add beam_ssa_bool to replace the removed v3_kernel optimizations Add the beam_ssa_bool pass to do the guard optimizations that was formerly done in v3_kernel. Also improve optimizations of switches in beam_ssa_dead. These optimizations are roughly as good as the old optimizations. --- lib/compiler/src/compiler.app.src | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/compiler/src/compiler.app.src') diff --git a/lib/compiler/src/compiler.app.src b/lib/compiler/src/compiler.app.src index 092757ae65..4185627aee 100644 --- a/lib/compiler/src/compiler.app.src +++ b/lib/compiler/src/compiler.app.src @@ -35,6 +35,7 @@ beam_opcodes, beam_peep, beam_ssa, + beam_ssa_bool, beam_ssa_bsm, beam_ssa_codegen, beam_ssa_dead, -- cgit v1.2.1