From 20adf47dbc5a48ecf92ddd3e23253d9c21d2b841 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 10 Jul 2006 21:42:16 +0000 Subject: [PATCH] New entry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29091 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README-SSE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index 5b741e6f7aa..b68d43e4658 100644 --- a/lib/Target/X86/README-SSE.txt +++ b/lib/Target/X86/README-SSE.txt @@ -693,3 +693,6 @@ void test4(vectorfloat *F, float *f) { } //===---------------------------------------------------------------------===// + +Apply the same transformation that merged four float into a single 128-bit load +to loads from constant pool.