Evan Cheng
efec751a1b
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should check if it's essentially a SCALAR_TO_VECTOR. Avoid turning (v8i16) <10, u, u, u> to <10, 0, u, u, u, u, u, u>. Instead, simply convert it to a SCALAR_TO_VECTOR of the proper type.
...
- X86 now normalize SCALAR_TO_VECTOR to (BIT_CONVERT (v4i32 SCALAR_TO_VECTOR)). Get rid of X86ISD::S2VEC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47290 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-18 23:04:32 +00:00
..
2008-02-05 00:25:13 +00:00
2008-01-27 19:51:03 +00:00
2008-02-10 18:45:23 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 19:59:42 +00:00
2008-01-07 02:31:11 +00:00
2008-02-15 18:24:29 +00:00
2008-02-18 09:35:30 +00:00
2008-02-10 18:45:23 +00:00
2007-12-31 04:56:33 +00:00
2008-02-13 18:39:37 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 19:59:42 +00:00
2008-02-10 18:45:23 +00:00
2007-12-31 04:13:23 +00:00
2007-12-29 19:59:42 +00:00
2008-02-10 18:45:23 +00:00
2008-02-06 22:27:42 +00:00
2007-12-29 19:59:42 +00:00
2008-02-10 18:45:23 +00:00
2007-12-29 19:59:42 +00:00
2008-02-02 04:07:54 +00:00
2008-02-14 07:39:30 +00:00
2007-12-29 19:59:42 +00:00
2008-02-13 02:45:38 +00:00
2008-01-21 22:27:27 +00:00
2007-12-29 19:59:42 +00:00
2008-02-15 01:29:57 +00:00
2008-01-04 20:54:55 +00:00
2008-02-07 18:41:25 +00:00
2007-12-29 19:59:42 +00:00
2008-02-10 18:45:23 +00:00
2008-02-10 18:45:23 +00:00
2008-01-10 10:28:30 +00:00
2007-12-29 19:59:42 +00:00
2008-02-16 00:36:48 +00:00
2007-12-29 19:59:42 +00:00
2008-02-13 22:28:48 +00:00
2008-01-07 01:30:38 +00:00
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should check if it's essentially a SCALAR_TO_VECTOR. Avoid turning (v8i16) <10, u, u, u> to <10, 0, u, u, u, u, u, u>. Instead, simply convert it to a SCALAR_TO_VECTOR of the proper type.
2008-02-18 23:04:32 +00:00
2007-12-29 19:59:42 +00:00
2007-12-29 22:59:10 +00:00