From 9934f97bbeaf0600d17a2e0d244495a84f350f78 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 14 Sep 2004 16:43:13 +0000 Subject: [PATCH] Add notes about some buggy passes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16339 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
  • -- 2.34.1