diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-14 16:43:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-14 16:43:13 +0000 |
commit | 9934f97bbeaf0600d17a2e0d244495a84f350f78 (patch) | |
tree | e5b615185265426e45428599a8f05e6fca2a7541 /docs/ReleaseNotes.html | |
parent | 264532cd31a5f2d36ddf570edc44b26b8e565328 (diff) | |
download | external_llvm-9934f97bbeaf0600d17a2e0d244495a84f350f78.zip external_llvm-9934f97bbeaf0600d17a2e0d244495a84f350f78.tar.gz external_llvm-9934f97bbeaf0600d17a2e0d244495a84f350f78.tar.bz2 |
Add notes about some buggy passes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b4083c0..cef2900 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -252,7 +252,7 @@ components, please contact us on the llvmdev list.</p> benchmarks. The file <tt>llvm/lib/Target/PowerPC/README.txt</tt> has details.</li> <li>The following passes are incomplete or buggy: <tt>-pgmdep, -memdep, - -ipmodref, -cee</tt></li> + -ipmodref, -cee, -branch-combine, -instloops, -paths</tt></li> <li>The <tt>-pre</tt> pass is incomplete (there are cases it doesn't handle that it should) and not thoroughly tested.</li> <li>The <tt>llvm-ar</tt> tool is incomplete and probably buggy.</li> |