Tobias Gysi
0c81e6dd91
[mlir][llvm] Add icmp folder (#65343)
This revision adds a simple icmp folder that performs the following
folds to the LLVM dialect icmp op:
- cmpi(eq/ne, x, x) -> true/false
- cmpi(eq/ne, alloca, null) -> false/true
- cmpi(eq/ne, null, alloca) -> cmpi(eq/ne, alloca, null)
2023-09-06 08:58:39 +02:00
..
2023-08-12 00:45:26 +00:00
2023-07-28 17:03:19 +00:00
2023-08-09 09:03:57 -07:00
2023-03-24 08:24:58 +01:00
2023-03-24 08:24:58 +01:00
2023-09-06 08:58:39 +02:00
2023-06-27 07:26:59 +00:00
2023-06-26 12:52:48 +02:00
2023-08-03 07:46:51 +00:00
2023-03-24 08:24:58 +01:00
2023-03-24 08:24:58 +01:00
2023-07-04 06:33:36 +00:00
2023-03-24 08:24:58 +01:00
2023-06-27 07:26:59 +00:00
2023-07-20 15:05:28 +02:00
2023-09-01 14:55:38 +00:00
2023-08-07 05:53:27 +00:00
2023-07-11 12:18:28 +02:00
2023-08-09 19:37:01 -07:00
2023-03-24 08:24:58 +01:00
2023-04-03 06:58:37 +00:00
2023-07-14 14:57:46 +02:00
2023-07-06 15:39:41 +02:00
2023-06-26 12:52:48 +02:00
2023-05-16 08:35:13 +00:00
2023-07-11 12:18:28 +02:00
2023-09-01 16:39:52 +02:00
2023-03-24 08:24:58 +01:00
2023-08-31 11:28:23 +00:00
2023-08-11 21:44:05 +00:00
2023-03-23 08:24:43 +01:00
2023-07-22 16:25:32 +03:00
2023-06-16 08:35:20 +00:00
2023-06-13 16:00:44 +00:00
2023-05-22 09:01:09 +00:00
2023-07-19 16:42:50 +02:00
2023-07-19 16:42:50 +02:00
2023-07-10 15:55:07 +02:00
2023-03-24 08:24:58 +01:00
2023-09-04 18:19:18 +02:00
2023-03-24 08:24:58 +01:00
2023-05-30 15:55:45 +00:00