Madhur Amilkanthwar
f5f0930c47
[GVN] Fix crash when svcount is used with globals-aa ( #184347 )
...
When -globals-aa is used, `analyzeLoadAvailiability` calls
`analyzeLoadClobberringStore` which in turn calls
`isFirstClassAggregateOrScalableType` which is using
`isa<ScalableVectorType>`. Ideally it should use type's isScalableType()
method.
The crash does not occur when default (BasicAA) is used because
`analyzeLoadAvailiability` function does not take the load clobbering
path as BasicAA returns `Def`.
Fixes #159368
2026-03-04 10:54:16 +05:30
..
2026-02-19 17:42:47 +01:00
2026-02-03 22:38:41 +08:00
2025-11-06 07:51:00 -08:00
2025-12-05 11:45:44 +01:00
2025-12-09 16:13:59 +01:00
2025-10-10 05:23:44 -07:00
2026-02-04 00:34:52 +01:00
2026-01-21 10:30:09 -05:00
2026-01-13 08:33:34 -08:00
2026-02-10 21:44:17 -08:00
2026-01-15 12:53:35 -05:00
2026-01-26 01:31:28 +01:00
2025-10-08 18:27:22 +01:00
2025-11-22 15:30:28 -08:00
2025-11-14 10:57:08 -08:00
2026-01-30 12:35:59 +00:00
2026-02-04 13:08:06 -05:00
2025-10-30 14:22:42 +01:00
2025-12-22 16:48:25 -08:00
2026-02-28 12:44:25 -08:00
2026-01-22 13:39:10 +08:00
2026-02-05 20:27:46 +01:00
2025-10-10 14:42:05 -07:00
2026-01-23 10:29:20 -08:00
2026-01-13 11:52:46 -05:00
2026-02-11 01:17:12 +00:00
2026-01-08 15:16:55 +01:00
2026-01-23 10:49:03 -08:00
2025-12-14 09:43:52 +08:00
2026-01-17 21:09:49 +01:00
2026-01-14 10:40:31 -05:00
2025-11-11 13:33:38 +01:00
2026-01-28 11:12:34 -05:00
2026-02-11 11:51:51 +00:00
2025-12-11 14:26:47 +00:00
2025-10-10 05:24:11 -07:00
2026-02-06 09:36:42 +01:00
2026-02-17 18:51:08 -08:00
2026-03-02 10:58:58 -08:00
2026-02-25 08:47:28 +01:00
2025-10-10 05:24:42 -07:00
2025-12-04 04:07:57 +00:00
2026-01-25 16:21:52 +01:00
2026-02-09 09:18:21 +01:00
2026-01-22 10:09:52 -08:00
2026-01-27 21:10:48 -05:00
2026-01-22 13:55:53 -05:00
2026-01-27 16:29:35 +00:00
2026-02-11 11:51:51 +00:00
2026-03-03 06:47:28 +00:00
2026-02-26 13:14:23 +00:00
2025-12-11 14:26:47 +00:00
2026-02-25 10:53:01 +00:00
2026-03-04 00:35:02 +00:00
2025-12-09 06:37:36 -05:00
2026-01-26 01:31:28 +01:00
2025-11-26 12:39:40 -08:00
2026-03-04 10:54:16 +05:30