Chandler Carruth
b0589710cc
[x86] Give movss and movsd execution domains in the x86 backend.
...
This associates movss and movsd with the packed single and packed double
execution domains (resp.). While this is largely cosmetic, as we now
don't have weird ping-pong-ing between single and double precision, it
is also useful because it avoids the domain fixing algorithm from seeing
domain breaks that don't actually exist. It will also be much more
important if we have an execution domain default other than packed
single, as that would cause us to mix movss and movsd with integer
vector code on a regular basis, a very bad mixture.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228135 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-04 10:58:53 +00:00
..
2015-01-29 13:31:32 +00:00
2012-07-03 03:59:08 +00:00
2014-02-13 14:44:26 +00:00
2012-06-08 23:15:12 +00:00
2009-09-08 23:54:48 +00:00
2011-06-17 03:14:27 +00:00
2009-09-08 23:54:48 +00:00
2015-02-02 23:58:54 +00:00
2009-09-08 23:54:48 +00:00
2009-09-08 23:54:48 +00:00
2011-06-19 00:03:46 +00:00
2015-02-02 23:58:54 +00:00
2009-09-08 23:54:48 +00:00
2013-07-14 06:24:09 +00:00
2010-04-29 23:47:46 +00:00
2011-03-30 23:44:13 +00:00
2011-05-20 03:54:04 +00:00
2013-07-17 05:57:45 +00:00
2015-01-21 23:43:30 +00:00
2015-01-27 21:34:11 +00:00
2014-08-02 00:50:10 +00:00
2013-02-14 08:20:26 +00:00
2014-07-15 16:24:24 +00:00
2014-08-20 19:58:59 +00:00
2013-12-13 18:37:10 +00:00
2014-12-06 01:28:50 +00:00
2014-04-01 08:13:07 +00:00
2014-07-01 18:53:31 +00:00
2013-11-15 01:34:59 +00:00
2013-07-14 06:24:09 +00:00
2015-01-10 23:41:24 +00:00
2011-11-09 08:06:13 +00:00
2015-02-01 08:52:15 +00:00
2014-09-06 10:00:01 +00:00
2015-01-21 17:07:06 +00:00
2015-01-26 21:28:32 +00:00
2015-01-28 10:21:27 +00:00
2014-07-02 14:11:05 +00:00
2015-01-25 12:47:15 +00:00
2015-01-25 23:26:12 +00:00
2014-12-12 17:02:18 +00:00
2015-01-25 12:47:15 +00:00
2014-12-09 18:45:30 +00:00
2015-01-25 23:26:02 +00:00
2015-01-25 23:26:02 +00:00
2014-12-18 12:28:22 +00:00
2015-01-25 23:26:02 +00:00
2014-12-15 19:07:53 +00:00
2014-03-17 17:06:14 +00:00
2011-11-15 05:55:35 +00:00
2015-01-26 21:28:32 +00:00
2013-04-22 08:02:43 +00:00
2015-01-23 08:00:59 +00:00
2015-02-02 23:58:54 +00:00
2014-04-19 13:47:43 +00:00
2013-07-14 06:24:09 +00:00
2014-02-13 14:44:26 +00:00
2014-11-11 21:08:02 +00:00
2013-07-13 20:38:47 +00:00
2013-08-21 22:20:53 +00:00
2011-08-27 04:53:41 +00:00
2015-02-04 00:58:37 +00:00
2014-05-15 15:18:15 +00:00
2015-02-03 21:58:29 +00:00
2015-01-26 22:00:18 +00:00
2015-01-26 22:29:24 +00:00
2014-12-08 18:18:32 +00:00
2013-11-22 19:57:47 +00:00
2013-01-02 22:13:01 +00:00
2014-12-15 19:07:53 +00:00
2009-10-20 04:50:37 +00:00
2015-01-19 15:16:06 +00:00
2015-01-19 15:16:06 +00:00
2013-10-14 07:26:51 +00:00
2009-09-08 23:54:48 +00:00
2012-10-17 23:45:54 +00:00
2015-01-29 15:19:54 +00:00
2011-06-06 05:46:34 +00:00
2014-06-13 02:21:58 +00:00
2013-04-10 23:30:20 +00:00
2014-11-03 18:19:26 +00:00
2014-07-03 15:06:47 +00:00
2015-02-03 17:13:04 +00:00
2014-02-13 14:44:26 +00:00
2009-09-08 23:54:48 +00:00
2010-05-21 18:17:54 +00:00
2014-12-04 13:49:51 +00:00
2015-01-29 12:43:28 +00:00
2014-06-19 10:29:41 +00:00
2009-09-08 23:54:48 +00:00
2013-07-14 06:24:09 +00:00
2013-10-15 23:33:07 +00:00
2013-10-14 16:57:17 +00:00
2014-12-15 19:07:53 +00:00
2015-01-29 16:18:29 +00:00
2015-01-22 09:39:08 +00:00
2013-08-21 17:14:31 +00:00
2013-07-13 20:38:47 +00:00
2013-01-31 00:44:12 +00:00
2015-01-28 14:08:22 +00:00
2015-02-01 16:56:04 +00:00
2015-01-29 23:58:04 +00:00
2009-09-08 23:54:48 +00:00
2010-06-24 15:04:11 +00:00
2014-07-24 22:15:28 +00:00
2014-08-20 11:59:22 +00:00
2013-05-30 13:19:42 +00:00
2015-01-27 21:34:11 +00:00
2015-02-04 00:58:40 +00:00
2011-11-27 06:54:59 +00:00
2013-07-14 06:24:09 +00:00
2015-01-14 22:27:36 +00:00
2015-01-22 12:07:59 +00:00
2014-08-02 00:50:10 +00:00
2013-12-05 05:19:12 +00:00
2014-04-12 00:59:48 +00:00
2015-01-27 23:58:01 +00:00
2014-12-16 20:15:45 +00:00
2012-12-05 21:37:42 +00:00
2015-02-02 21:56:11 +00:00
2015-01-26 20:06:51 +00:00
2015-02-02 21:56:11 +00:00
2015-02-02 21:56:11 +00:00
2015-02-01 16:56:04 +00:00
2014-03-13 13:36:25 +00:00
2011-06-18 00:09:57 +00:00
2014-02-13 14:44:26 +00:00
2012-09-26 09:24:12 +00:00
2014-10-16 20:00:02 +00:00
2014-12-15 19:07:53 +00:00
2013-07-03 16:41:29 +00:00
2015-01-29 13:31:32 +00:00
2014-08-19 19:44:06 +00:00
2014-12-16 20:15:45 +00:00
2015-01-19 15:16:06 +00:00
2014-10-04 03:52:55 +00:00
2015-01-21 17:07:06 +00:00
2012-10-29 17:57:12 +00:00
2014-01-12 14:09:17 +00:00
2013-11-25 18:05:22 +00:00
2015-01-19 07:30:47 +00:00
2014-12-03 02:08:38 +00:00
2015-01-22 22:19:58 +00:00
2014-12-15 19:07:53 +00:00
2013-10-31 17:50:45 +00:00
2013-07-14 06:24:09 +00:00
2015-01-22 02:31:09 +00:00
2015-01-23 23:51:25 +00:00
2015-01-23 18:49:01 +00:00
2015-01-29 00:41:44 +00:00
2013-04-11 05:15:54 +00:00
2015-01-24 11:54:29 +00:00
2013-07-14 06:24:09 +00:00
2013-09-23 16:57:52 +00:00
2013-11-22 02:28:04 +00:00
2014-07-10 18:21:04 +00:00
2014-12-21 16:48:42 +00:00
2013-07-13 20:38:47 +00:00
2015-02-03 19:20:26 +00:00
2015-01-26 21:28:32 +00:00
2012-10-17 02:22:27 +00:00
2014-11-21 11:19:34 +00:00
2015-01-22 13:07:28 +00:00
2015-02-04 10:58:53 +00:00
2014-09-16 00:24:42 +00:00
2015-01-29 13:31:32 +00:00
2015-02-04 00:58:42 +00:00
2013-08-23 20:46:35 +00:00
2015-01-26 18:42:16 +00:00
2013-07-14 06:24:09 +00:00
2014-12-15 13:18:21 +00:00
2015-01-12 20:31:30 +00:00
2015-02-04 00:24:06 +00:00
2014-02-01 01:36:16 +00:00
2013-08-01 21:42:05 +00:00
2015-01-23 08:00:59 +00:00
2015-01-23 08:00:59 +00:00
2015-01-21 23:43:30 +00:00
2015-01-22 22:27:37 +00:00
2014-12-01 04:27:03 +00:00
2013-10-15 23:33:07 +00:00
2015-01-22 20:14:38 +00:00
2015-01-22 20:14:38 +00:00
2013-07-14 06:24:09 +00:00
2013-07-14 06:24:09 +00:00
2015-01-20 19:43:33 +00:00
2014-07-08 15:22:29 +00:00
2015-01-30 21:03:31 +00:00
2015-01-30 21:03:31 +00:00
2012-12-11 00:51:36 +00:00
2014-12-01 21:04:44 +00:00
2013-02-14 03:45:08 +00:00
2011-01-03 22:53:22 +00:00
2015-01-26 19:09:27 +00:00
2013-10-15 23:33:07 +00:00
2015-02-04 10:58:53 +00:00
2015-02-03 18:54:00 +00:00
2015-01-26 21:28:32 +00:00
2015-01-26 21:28:32 +00:00
2015-01-23 08:00:59 +00:00
2015-02-03 14:46:49 +00:00
2015-02-03 21:58:29 +00:00
2015-02-02 21:56:11 +00:00
2013-10-08 06:12:26 +00:00
2014-02-28 18:44:39 +00:00
2015-02-04 10:58:53 +00:00
2014-12-22 19:45:43 +00:00
2015-01-19 07:30:47 +00:00
2015-02-04 10:58:53 +00:00
2015-02-04 10:58:53 +00:00
2015-02-04 09:18:27 +00:00
2015-02-04 10:46:53 +00:00
2015-02-04 10:58:53 +00:00
2015-02-04 10:46:53 +00:00
2015-02-04 10:46:53 +00:00
2015-02-04 10:46:53 +00:00
2015-02-04 10:46:53 +00:00
2015-02-04 10:58:53 +00:00
2015-02-02 21:56:11 +00:00
2015-02-04 00:58:42 +00:00
2015-01-30 21:41:28 +00:00
2015-02-04 10:58:53 +00:00
2015-02-04 10:58:53 +00:00
2014-07-24 22:15:28 +00:00
2013-06-09 07:37:10 +00:00
2015-01-27 21:34:11 +00:00
2015-01-22 13:07:28 +00:00
2015-01-29 23:58:04 +00:00
2015-01-29 22:33:00 +00:00
2014-07-15 02:34:12 +00:00
2015-01-29 00:41:44 +00:00
2015-01-21 14:44:05 +00:00
2013-05-01 05:34:30 +00:00
2013-07-14 06:24:09 +00:00