Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSA Analysis Module #1

Closed
jwang323 opened this issue Mar 29, 2015 · 1 comment
Closed

Add SSA Analysis Module #1

jwang323 opened this issue Mar 29, 2015 · 1 comment

Comments

@jwang323
Copy link
Contributor

From gregory....@gatech.edu on June 22, 2009 15:36:50

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: http://code.google.com/p/gpuocelot/issues/detail?id=1

@jwang323
Copy link
Contributor Author

From gregory....@gatech.edu on July 08, 2009 03:39:26

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant