Describe the New Feature:
1. Add an SSA control flow graph to the code analysis modules.
a. The SSA graph should be composed of blocks of instructions.
b. Registers should be represented by integers.
c. Instructions should be represented by either pointers to instruction
objects or indices into a vector of all instructions.
d. There should be three types of instructions: generic, branch, and phi
2. Write a unit test that builds the SSA CFG for all of the PTX test files.
Which milestone does the feature belong to?
0.5.0
Which branch does the new feature go in?
Trunk
Original issue reported on code.google.com by gregory....@gatech.edu on 22 Jun 2009 at 7:36
Original issue reported on code.google.com by
gregory....@gatech.edu
on 22 Jun 2009 at 7:36