summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e1b1.md
blob: b64f5227d5bbd61350d2f962f3e4033fa50ba962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
+++
title = "Constructing gated-SSA"
author = "Yann Herklotz"
tags = []
categories = []
backlinks = ["3a8g1", "2e1b"]
forwardlinks = ["2e1b2", "2e1b1a"]
zettelid = "2e1b1"
+++

There are multiple ways to construct gated SSA, either directly from a
CFG, or, which is a bit more inefficient, going to SSA first and then
transforming that to gated-SSA.