From: Chris Lattner
Date: Tue, 14 Sep 2004 16:43:13 +0000 (+0000)
Subject: Add notes about some buggy passes
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9934f97bbeaf0600d17a2e0d244495a84f350f78;p=oota-llvm.git
Add notes about some buggy passes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16339 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b4083c052da..cef29001c52 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -252,7 +252,7 @@ components, please contact us on the llvmdev list.
benchmarks. The file llvm/lib/Target/PowerPC/README.txt has
details.
The following passes are incomplete or buggy: -pgmdep, -memdep,
- -ipmodref, -cee
+ -ipmodref, -cee, -branch-combine, -instloops, -paths
The -pre pass is incomplete (there are cases it doesn't handle that
it should) and not thoroughly tested.
The llvm-ar tool is incomplete and probably buggy.