maesfahani / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

Add SSA Analysis Module #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by gregory....@gatech.edu on 8 Jul 2009 at 10:39