Petar Avramovic
417dd67825
[MIPS GlobalISel] Select MSA vector generic and builtin fsqrt
...
selectImpl is able to select G_FSQRT when we set bank for vector
operands to fprb. Add detailed tests.
Note: G_FSQRT is generated from llvm-ir intrinsics llvm.sqrt.*,
and at the moment MIPS is not able to generate this intrinsic for
vector type (some targets generate vector llvm.sqrt.* from calls
to a builtin function).
__builtin_msa_fsqrt_<format> will be transformed into G_FSQRT
in legalizeIntrinsic and selected in the same way.
Differential Revision: https://reviews.llvm.org/D69376
2019-10-25 14:45:14 +02:00
..
2019-10-23 17:36:34 +03:00
2019-09-09 17:28:45 +00:00
2019-10-23 12:24:35 +02:00
2019-06-11 03:21:13 +00:00
2019-10-11 20:26:08 +00:00
2019-05-11 01:38:56 +00:00
2019-07-12 04:58:45 +00:00
2019-09-19 16:26:14 +00:00
2019-06-18 17:00:08 +00:00
2019-09-09 17:28:45 +00:00
2019-08-15 19:22:08 +00:00
2019-08-01 23:27:28 +00:00
2019-07-03 10:33:09 +00:00
2019-08-15 19:22:08 +00:00
2019-08-15 19:22:08 +00:00
2019-06-12 17:14:03 +00:00
2019-06-19 22:08:06 +00:00
2019-09-19 16:26:14 +00:00
2019-06-19 22:08:06 +00:00
2019-10-11 20:26:08 +00:00
2019-10-17 07:49:39 +00:00
2019-09-11 13:37:35 +00:00
2019-10-21 11:01:55 +00:00
2019-09-26 10:48:07 +00:00
2019-06-27 13:41:30 +00:00
2019-09-27 12:54:21 +00:00
2019-05-15 21:26:25 +00:00
2019-09-19 16:26:14 +00:00
2019-08-15 19:22:08 +00:00
2019-08-15 19:22:08 +00:00
2019-10-21 08:31:25 +00:00
2019-06-18 16:59:47 +00:00
2019-06-12 17:52:05 +00:00
2019-09-25 14:55:57 +00:00
2019-09-25 14:55:57 +00:00
2019-09-19 16:26:14 +00:00
2019-10-23 11:22:07 +02:00
2019-09-18 19:34:41 +00:00
2019-09-18 19:34:41 +00:00
2019-10-01 01:44:39 +00:00
2019-10-21 11:01:55 +00:00
2019-10-25 14:45:14 +02:00
2019-07-19 00:24:45 +00:00
2019-06-24 16:16:12 +00:00
2019-06-24 16:16:12 +00:00
2019-09-19 16:26:14 +00:00
2019-08-15 19:22:08 +00:00
2019-10-11 20:26:08 +00:00
2019-07-24 22:17:31 +00:00
2019-10-25 14:45:14 +02:00
2019-10-15 09:18:42 +00:00
2019-10-15 09:30:08 +00:00
2019-06-24 15:50:29 +00:00
2019-06-24 15:50:29 +00:00
2019-06-01 13:55:18 +00:00
2019-07-12 04:58:45 +00:00
2019-07-02 10:22:14 +00:00
2019-10-07 14:01:37 +00:00
2019-08-15 19:22:08 +00:00
2019-10-10 12:02:14 +00:00
2019-10-08 14:32:03 +00:00
2019-09-19 16:26:14 +00:00
2019-06-12 17:14:03 +00:00
2019-09-27 12:54:21 +00:00
2019-10-17 07:49:39 +00:00
2019-10-17 07:49:39 +00:00
2019-10-17 07:49:39 +00:00
2019-04-24 06:48:31 +00:00
2019-08-29 13:19:50 +00:00