Add a note about x86 register coallescing

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26920 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-03-21 07:12:57 +00:00
parent 82521dd838
commit 50a6d8c835

View File

@ -644,3 +644,5 @@ void minf(float a, float b, float *X) {
//===---------------------------------------------------------------------===//
Teach the coallescer to coales vregs of different register classes. e.g. FR32 /
FR64 to VR128.