New entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29091 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-07-10 21:42:16 +00:00
parent 1e60c098cc
commit 20adf47dbc

View File

@ -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.