1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

New entry.

llvm-svn: 29091
This commit is contained in:
Evan Cheng 2006-07-10 21:42:16 +00:00
parent b5e6a4a74d
commit 7c11ad2f8d

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.