Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.5 -> 1.6
---
Log message:
movddup is a SSE3 instruction.
---
Diffs of the changes: (+1 -1)
vec_splat.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/vec_spla
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.3 -> 1.4
---
Log message:
Don't know what I was thinking...
---
Diffs of the changes: (+1 -1)
vec_splat.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/vec_s
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.2 -> 1.3
---
Log message:
Better way to splat v2f64
---
Diffs of the changes: (+1 -1)
vec_splat.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/vec_splat.ll
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll updated: 1.1 -> 1.2
---
Log message:
Use unpcklpd for v2f64 splat.
---
Diffs of the changes: (+1 -1)
vec_splat.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/vec_spla
Changes in directory llvm/test/Regression/CodeGen/X86:
vec_splat.ll added (r1.1)
vector_splat_v2f64.ll (r1.1) removed
---
Log message:
Replace vector splat test case.
---
Diffs of the changes: (+22 -0)
vec_splat.ll | 22 ++
1 files changed, 22 insertions(+)
Index: l