From 2cafe60b3bf85d7881a8bfe37e6815bd7f342281 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 7 Jun 2001 16:58:13 +0000 Subject: [PATCH] Extra comments llvm-svn: 7 --- llvm/docs/ChrisNotes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/ChrisNotes.txt b/llvm/docs/ChrisNotes.txt index f0ea5c6f06c8..dd9034872d00 100644 --- a/llvm/docs/ChrisNotes.txt +++ b/llvm/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