Kai Nacke
92e28620d3
[mips] Refine octeon instructions seq/seqi/sne/snei
...
This commit refines the pattern for the octeon seq/seqi/sne/snei instructions.
The target register is set to 0 or 1 according to the result of the comparison.
In C, this is something like
rd = (unsigned long)(rs == rt)
This commit adds a zext to bring the result to i64. With this change the
instruction is selected for this type of code. (gcc produces the same code for
the above C code.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225968 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-14 10:19:09 +00:00
..
2015-01-12 12:03:34 +00:00
2015-01-12 12:03:34 +00:00
2015-01-05 10:15:49 +00:00
2015-01-12 12:03:34 +00:00
2014-12-17 11:49:56 +00:00
2014-07-24 11:45:27 +00:00
2014-09-02 22:28:02 +00:00
2015-01-12 12:03:34 +00:00
2014-11-19 13:37:51 +00:00
2015-01-12 12:03:34 +00:00
2014-08-05 02:39:49 +00:00
2014-08-13 16:26:38 +00:00
2015-01-06 01:12:30 +00:00
2015-01-06 01:12:30 +00:00
2014-08-13 16:26:38 +00:00
2014-08-07 05:46:54 +00:00
2015-01-05 10:15:49 +00:00
2014-08-13 16:26:38 +00:00
2014-11-26 00:46:26 +00:00
2014-11-21 05:58:21 +00:00
2014-08-13 16:26:38 +00:00
2014-11-02 16:09:29 +00:00
2014-11-02 16:09:29 +00:00
2014-08-05 02:39:49 +00:00
2014-08-13 16:26:38 +00:00
2014-07-31 01:43:54 +00:00
2014-07-22 13:36:02 +00:00
2015-01-14 10:19:09 +00:00
2014-07-22 13:36:02 +00:00
2014-09-02 22:28:02 +00:00
2014-10-24 16:15:27 +00:00
2014-10-04 16:55:56 +00:00
2014-08-13 16:26:38 +00:00
2015-01-09 15:00:30 +00:00
2014-12-17 10:56:16 +00:00
2014-12-08 15:40:09 +00:00
2014-11-10 15:57:53 +00:00
2014-11-07 16:54:21 +00:00
2014-12-12 15:16:46 +00:00
2014-10-24 16:15:27 +00:00
2015-01-13 15:59:17 +00:00
2015-01-06 01:12:30 +00:00
2014-08-05 02:39:49 +00:00
2014-08-13 16:26:38 +00:00
2014-11-27 17:28:10 +00:00
2014-11-04 21:45:16 +00:00
2015-01-08 18:18:54 +00:00
2014-08-13 16:26:38 +00:00
2015-01-14 00:50:33 +00:00
2014-08-13 16:26:38 +00:00
2015-01-09 17:21:30 +00:00
2015-01-09 17:21:30 +00:00
2015-01-12 12:03:34 +00:00
2014-11-21 05:58:21 +00:00
2014-08-30 16:48:02 +00:00
2014-08-13 16:26:38 +00:00
2014-07-18 23:41:32 +00:00
2014-08-13 16:26:38 +00:00
2014-09-04 13:23:44 +00:00
2014-08-05 02:39:49 +00:00
2014-09-03 21:04:12 +00:00
2014-08-13 16:26:38 +00:00
2014-08-08 10:01:29 +00:00
2014-08-13 16:26:38 +00:00
2014-11-26 18:56:38 +00:00
2014-10-16 15:41:51 +00:00
2014-08-13 16:26:38 +00:00
2015-01-08 18:18:53 +00:00
2015-01-06 01:12:42 +00:00
2014-11-21 05:58:21 +00:00
2014-08-13 16:26:38 +00:00
2015-01-08 00:51:32 +00:00
2014-11-02 16:09:29 +00:00
2014-08-13 16:26:38 +00:00
2014-08-05 02:39:49 +00:00
2014-08-13 16:26:38 +00:00
2015-01-08 18:18:57 +00:00
2015-01-08 18:18:57 +00:00
2015-01-08 18:18:57 +00:00
2015-01-06 01:12:30 +00:00
2014-11-06 13:20:12 +00:00
2014-11-06 13:20:12 +00:00
2014-10-01 14:53:19 +00:00
2014-11-01 16:08:03 +00:00