Hao Liu
00a5490f87
[AArch64]Fix the pattern match failure for v1i8/v1i16/v1i32 types.
...
Currently we have such types as legal vector types. The DAG combiner may generate some DAG nodes having such types but we don't have patterns to match them.
E.g. a load i32 and a bitcast i32 to v1i32 will be combined into a load v1i32:
bitcast (load i32) to v1i32 -> load v1i32.
So this patch fixes such problems for load/dup instructions.
If v1i8/v1i16/v1i32 are not legal any more, the code in this patch can be deleted. So I also add some FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197361 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-16 02:51:28 +00:00
..
2013-12-10 06:48:35 +00:00
2013-10-31 09:32:11 +00:00
2013-12-12 00:15:47 +00:00
2013-10-28 20:40:20 +00:00
2013-10-31 09:32:11 +00:00
2013-10-31 09:32:11 +00:00
2013-10-09 07:53:57 +00:00
2013-10-09 07:53:57 +00:00
2013-10-09 07:53:57 +00:00
2013-10-09 07:53:57 +00:00
2013-10-29 17:01:29 +00:00
2013-10-31 09:32:11 +00:00
2013-10-31 09:32:11 +00:00
2013-11-04 23:04:07 +00:00
2013-10-28 20:59:41 +00:00
2013-10-31 09:32:11 +00:00
2013-10-31 09:32:11 +00:00
2013-10-31 09:32:11 +00:00
2013-10-31 09:32:11 +00:00
2013-12-03 01:29:32 +00:00
2013-11-27 14:02:25 +00:00
2013-12-10 06:48:35 +00:00
2013-12-09 19:29:14 +00:00
2013-12-11 23:21:25 +00:00
2013-12-09 03:51:42 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 15:46:29 +00:00
2013-12-12 02:19:13 +00:00
2013-11-29 01:38:08 +00:00
2013-11-14 02:44:13 +00:00
2013-12-16 02:51:28 +00:00
2013-11-19 01:38:31 +00:00
2013-11-29 02:11:22 +00:00
2013-11-06 02:25:49 +00:00
2013-12-12 02:19:13 +00:00
2013-12-09 03:51:42 +00:00
2013-12-03 01:33:52 +00:00
2013-12-10 16:11:39 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 02:19:13 +00:00
2013-11-26 03:26:47 +00:00
2013-09-24 02:47:27 +00:00
2013-09-24 02:47:27 +00:00
2013-09-24 02:47:27 +00:00
2013-09-24 02:47:27 +00:00
2013-10-16 21:04:34 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 02:19:13 +00:00
2013-12-04 07:53:28 +00:00
2013-12-12 02:19:13 +00:00
2013-12-10 21:33:56 +00:00
2013-10-18 14:03:24 +00:00
2013-12-10 21:33:59 +00:00
2013-12-10 16:11:39 +00:00
2013-12-11 21:03:46 +00:00
2013-11-21 07:37:04 +00:00
2013-10-16 21:04:39 +00:00
2013-12-11 21:03:43 +00:00
2013-12-09 22:47:38 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 02:19:13 +00:00
2013-12-12 02:19:13 +00:00
2013-11-29 02:11:22 +00:00
2013-12-12 02:19:13 +00:00
2013-09-24 02:47:27 +00:00
2013-11-22 08:47:22 +00:00
2013-11-19 02:17:05 +00:00
2013-12-05 02:12:01 +00:00
2013-11-18 06:31:53 +00:00
2013-11-19 02:17:05 +00:00
2013-12-03 06:06:55 +00:00
2013-11-14 01:57:32 +00:00
2013-11-22 02:45:13 +00:00
2013-12-09 03:34:08 +00:00
2013-10-24 08:28:24 +00:00
2013-10-29 17:01:29 +00:00
2013-10-09 07:53:57 +00:00
2013-10-31 09:32:11 +00:00