From 3f7fe711fbfe523b0d3da64fae6a4c76d224434b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 29 Jun 2001 05:21:05 +0000 Subject: [PATCH] Added note, moved note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ChrisNotes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 675c72d13ab..e06c6a6866c 100644 --- a/docs/ChrisNotes.txt +++ b/docs/ChrisNotes.txt @@ -1,9 +1,10 @@ +* Fix DCE to work better, so that SCCP can show it's true value. +* Implement ADCE * Fix the const pool printer to print out constants in some sort of "sorted" order. Then enable TestOptimizer.sh to diff -sccp output. Currently it doesn't work because the diff fails because of ordering of the constant pool. :( * Enable DoConstantPoolMerging to do trivial DCE of constant values. -* Fix DCE to work better, so that SCCP can show it's true value. * Should provide "castTerminator, castPHI, etc" functions in Instruction, and similar functions in other classes, that effectively do dynamic casts. This would allow code like this: -- 2.34.1