diff options
author | Chris Lattner <sabre@nondot.org> | 2001-06-07 16:58:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-06-07 16:58:13 +0000 |
commit | 753bfecb77f908aa45d58cab7107a2730cc38d65 (patch) | |
tree | a780ac75452d65df66fa8ccd516f61f387cd0bf6 | |
parent | 79218d08fdcc802e494012d8fb9edff9df6e1668 (diff) |
Extra comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ChrisNotes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index f0ea5c6f06..dd9034872d 100644 --- a/docs/ChrisNotes.txt +++ b/docs/ChrisNotes.txt @@ -1,3 +1,7 @@ +* Must update PHI node to have a pair between predecessor and value. +* Enhance BB to make predecessor handling easier (to update PHI nodes) +* Must add BB iterator to iterate depth first, and reverse depth first +* Move getBinaryOperator from Instruction to BinaryOperator * Provide a pass that eliminates critical edges from the CFG * Provide a print hook to print out xvcg format files for vis * I need to provide an option to the bytecode loader to ignore memory |