From 6c421e6cba7ff66d8327c02dd31510a099280301 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Sun, 8 Jun 2008 22:49:27 +0000
Subject: [PATCH] Describe MachineMemOperands.
llvm-svn: 52105
---
docs/ReleaseNotes.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 430d95eb947..c63f6f48f8f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -365,7 +365,12 @@ which allows us to implement more aggressive algorithms and make it run
faster:
-- MemOperand in the code generator: describe me!.
+- The code generator now has support for carrying information about memory
+ references throughout the entire code generation process, via the
+
+ MachineMemOperand class. In the future this will be used to improve
+ both pre-pass and post-pass scheduling, and to improve compiler-debugging
+ output.
- The target-independent code generator infrastructure now uses LLVM's APInt
class to handle integer values, which allows it to support integer types