Geoff Berry
60460268c0
[AArch64] Fix performPostLD1Combine to check for constant lane index.
...
Summary:
performPostLD1Combine in AArch64ISelLowering looks for vector
insert_vector_elt of a loaded value which it can optimize into a single
LD1LANE instruction. The code checking for the pattern was not checking
if the lane index was a constant which could cause two problems:
- an assert when lowering the LD1LANE ISD node since it assumes an
constant operand
- an assert in isel if the lane index value depends on the
post-incremented base register
Both of these issues are avoided by simply checking that the lane index
is a constant.
Fixes bug 35822.
Reviewers: t.p.northover, javed.absar
Subscribers: rengolin, kristof.beyls, mcrosier, llvm-commits
Differential Revision: https://reviews.llvm.org/D46591
llvm-svn: 332103
2018-05-11 16:25:06 +00:00
..
2018-05-08 10:46:55 +00:00
2018-04-20 12:52:01 +00:00
2018-04-25 09:26:47 +00:00
2018-05-02 18:24:37 +00:00
2017-11-15 23:55:44 +00:00
2018-01-22 10:46:00 +00:00
2018-05-09 05:00:17 +00:00
2018-02-23 19:27:43 +00:00
2017-11-08 01:01:31 +00:00
2018-04-04 18:20:28 +00:00
2017-12-15 22:22:58 +00:00
2018-05-01 15:54:18 +00:00
2017-11-08 01:01:31 +00:00
2018-04-04 21:55:44 +00:00
2018-03-29 17:21:10 +00:00
2017-08-21 21:56:11 +00:00
2017-12-15 22:22:58 +00:00
2018-02-19 15:08:49 +00:00
2017-12-15 22:22:58 +00:00
2018-05-09 02:42:00 +00:00
2017-12-15 22:22:58 +00:00
2017-12-15 22:22:58 +00:00
2018-05-01 15:54:18 +00:00
2018-04-10 21:43:03 +00:00
2018-05-01 15:54:18 +00:00
2018-05-09 02:42:00 +00:00
2018-05-01 15:54:18 +00:00
2017-11-18 04:28:56 +00:00
2018-02-12 17:03:11 +00:00
2018-05-08 10:46:55 +00:00
2018-05-09 02:42:00 +00:00
2018-05-01 15:54:18 +00:00
2018-05-08 10:01:04 +00:00
2018-05-05 20:53:24 +00:00
2018-05-01 15:54:18 +00:00
2018-05-11 16:25:06 +00:00
2018-05-10 18:27:36 +00:00
2018-05-05 20:53:24 +00:00
2017-11-28 20:21:15 +00:00
2018-04-27 18:44:37 +00:00
2018-05-01 15:54:18 +00:00
2018-05-01 15:54:18 +00:00
2017-06-19 12:53:31 +00:00
2018-03-23 23:58:19 +00:00
2017-06-27 23:58:19 +00:00
2017-12-13 02:51:04 +00:00
2017-06-01 23:25:02 +00:00
2017-07-25 23:51:02 +00:00
2017-12-15 22:22:58 +00:00
2017-11-18 04:28:59 +00:00
2017-11-02 23:38:19 +00:00
2017-10-18 00:12:43 +00:00
2018-04-04 21:55:44 +00:00
2018-02-17 14:26:32 +00:00
2018-05-08 10:01:04 +00:00
2018-03-23 11:00:42 +00:00
2017-11-07 15:03:11 +00:00
2017-11-07 15:03:11 +00:00
2018-02-01 12:12:01 +00:00
2018-04-03 22:57:17 +00:00
2018-03-18 19:56:15 +00:00
2018-03-20 13:46:35 +00:00
2018-03-18 19:56:15 +00:00
2017-06-19 21:57:42 +00:00
2018-03-23 11:00:42 +00:00
2018-03-18 19:56:15 +00:00
2017-12-18 23:14:28 +00:00
2018-04-08 19:56:04 +00:00
2018-04-08 19:56:04 +00:00
2018-04-04 21:55:44 +00:00
2018-05-01 15:54:18 +00:00
2018-05-08 10:46:55 +00:00
2018-02-06 09:39:04 +00:00
2018-05-09 05:00:17 +00:00
2017-12-22 18:21:59 +00:00
2017-06-07 03:48:56 +00:00
2018-03-23 23:58:19 +00:00
2018-05-09 12:48:22 +00:00
2018-04-26 13:48:33 +00:00
2018-05-09 05:00:17 +00:00
2018-05-08 10:46:55 +00:00