Back to Browse

Static Single Assignment Form - Part 3

1.9K views
Aug 7, 2020
14:17

This video discuss an algorithm to transform a program to SSA form. This algorithm consists in computing the iterated dominance frontier of basic blocks. It then inserts phi-functions for variable v at every basic block B that is in the iterated dominance frontier of a block X where v is defined.

Download

1 formats

Video Formats

360pmp418.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Static Single Assignment Form - Part 3 | NatokHD