Diego Caballero
4348cd42c3
[LV] Drop integer poison-generating flags from instructions that need predication
...
This patch fixes PR52111. The problem is that LV propagates poison-generating flags (`nuw`/`nsw`, `exact`
and `inbounds`) in instructions that contribute to the address computation of widen loads/stores that are
guarded by a condition. It may happen that when the code is vectorized and the control flow within the loop
is linearized, these flags may lead to generating a poison value that is effectively used as the base address
of the widen load/store. The fix drops all the integer poison-generating flags from instructions that
contribute to the address computation of a widen load/store whose original instruction was in a basic block
that needed predication and is not predicated after vectorization.
Reviewed By: fhahn, spatel, nlopes
Differential Revision: https://reviews.llvm.org/D111846
2021-11-22 10:57:29 +00:00
..
2021-11-22 10:57:29 +00:00
2021-06-07 12:13:21 +01:00
2021-11-16 09:49:42 +00:00
2021-11-14 21:54:23 +00:00
2021-10-18 18:23:00 +01:00
2021-11-10 11:21:19 +00:00
2021-11-22 10:57:29 +00:00
2021-08-06 10:13:15 +01:00
2021-08-23 21:09:26 +01:00
2021-06-07 10:47:52 +01:00
2021-06-07 10:47:52 +01:00
2021-05-24 19:43:40 +02:00
2021-05-24 19:43:40 +02:00
2021-05-24 19:43:40 +02:00
2021-06-07 10:47:52 +01:00
2021-06-07 10:47:52 +01:00
2021-04-28 17:27:52 -04:00
2021-03-05 09:57:56 +00:00
2021-06-07 10:47:52 +01:00
2021-10-28 02:15:14 +03:00
2021-11-20 17:59:48 +00:00
2021-10-27 22:21:37 +03:00
2021-02-12 08:13:50 -05:00
2021-02-12 08:13:50 -05:00
2021-09-15 09:21:39 +01:00
2021-10-27 22:21:37 +03:00
2021-10-18 16:48:10 -07:00
2021-11-20 17:59:48 +00:00
2021-06-07 10:47:52 +01:00
2021-06-28 11:10:38 +01:00
2021-10-27 22:21:37 +03:00
2021-02-14 21:12:34 +09:00
2021-05-24 19:43:40 +02:00
2021-10-27 22:21:37 +03:00
2021-11-10 11:41:08 +00:00
2021-08-08 10:32:02 +03:00
2021-08-23 21:09:26 +01:00
2021-06-17 09:38:28 +02:00
2021-07-19 19:38:24 +08:00
2021-07-19 19:38:24 +08:00
2021-03-17 17:03:47 +01:00
2021-08-05 14:39:08 +01:00
2021-10-05 18:41:24 -07:00
2021-07-15 08:53:51 -07:00
2021-06-07 10:47:52 +01:00
2021-05-24 19:43:40 +02:00
2021-09-15 10:45:50 +01:00
2021-02-17 21:37:08 -05:00
2021-05-24 19:43:40 +02:00
2021-10-18 18:03:09 +01:00
2021-10-18 18:03:09 +01:00
2021-04-29 08:34:24 +01:00
2021-08-16 20:40:55 +02:00
2021-09-10 15:18:23 +02:00
2021-06-07 10:47:52 +01:00
2021-11-08 09:41:13 +00:00
2021-10-28 02:15:14 +03:00
2021-06-07 10:47:52 +01:00
2021-06-07 10:47:52 +01:00
2021-06-07 10:47:52 +01:00
2021-06-07 10:47:52 +01:00
2021-10-27 22:21:37 +03:00
2021-09-18 20:51:00 +02:00
2021-10-28 02:15:14 +03:00
2021-04-09 10:01:57 +01:00
2021-06-07 10:47:52 +01:00
2021-06-07 14:47:36 -07:00
2021-06-07 10:47:52 +01:00
2021-11-10 11:21:19 +00:00
2021-10-28 02:15:14 +03:00
2021-10-27 22:21:37 +03:00
2021-10-28 18:22:05 +01:00
2021-11-10 11:21:19 +00:00
2021-02-14 21:12:34 +09:00
2021-10-18 18:03:09 +01:00
2021-09-21 20:13:32 +03:00
2021-06-07 10:47:52 +01:00
2021-11-02 08:59:53 +00:00
2021-06-07 10:47:52 +01:00
2021-11-02 08:59:53 +00:00
2021-07-27 12:35:04 -04:00
2021-06-28 11:10:38 +01:00
2021-02-19 14:01:57 -05:00
2021-11-15 13:12:57 +00:00
2021-05-11 14:32:34 +01:00
2021-07-15 08:53:51 -07:00
2021-05-24 19:43:40 +02:00
2021-10-28 18:22:05 +01:00
2021-05-24 19:43:40 +02:00
2021-10-28 02:15:14 +03:00
2021-06-07 10:47:52 +01:00
2021-03-01 10:48:04 +00:00
2021-08-06 10:13:15 +01:00
2021-08-10 08:27:43 +01:00
2021-11-10 09:42:58 +00:00
2021-08-06 10:13:15 +01:00
2021-06-07 10:47:52 +01:00
2021-08-06 10:13:15 +01:00
2021-11-10 09:42:58 +00:00
2021-07-07 15:30:10 +01:00
2021-08-15 12:15:52 +01:00
2021-10-27 22:21:37 +03:00
2021-04-28 13:41:07 +01:00
2021-11-18 14:08:57 +00:00
2021-05-24 19:43:40 +02:00
2021-10-27 22:21:37 +03:00
2021-10-11 09:41:38 +01:00
2021-02-12 08:13:50 -05:00
2021-11-22 10:57:29 +00:00
2021-11-10 11:21:19 +00:00
2021-10-27 22:21:37 +03:00
2021-07-30 18:04:09 +01:00
2021-06-07 10:47:52 +01:00
2021-10-27 22:21:37 +03:00
2021-06-07 10:47:52 +01:00
2021-10-27 22:21:37 +03:00
2021-06-07 10:47:52 +01:00
2021-06-07 10:47:52 +01:00
2021-09-14 11:19:12 +01:00
2021-11-20 17:59:48 +00:00
2021-11-20 17:59:48 +00:00
2021-11-20 17:59:48 +00:00
2021-11-20 17:59:48 +00:00
2021-06-07 10:47:52 +01:00
2021-06-07 10:47:52 +01:00
2021-03-10 20:59:53 +00:00