From 0da7f493811653757c0bedc14faaa1ad9e92070c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 2 Dec 2004 17:20:17 +0000 Subject: [PATCH] Document beta pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18431 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6358ec7f697..b81b7af514d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -356,6 +356,8 @@ components, please contact us on the llvmdev list.

  • The -pre pass is incomplete (there are cases it doesn't handle that it should) and not thoroughly tested.
  • The llvm-db tool is in a very early stage of development.
  • +
  • The "iterative scan" register allocator (enabled with -regalloc=iterativescan) + is not stable.
  • -- 2.34.1