2025-03-17 14:19:46 -07:00
..
2025-03-05 18:56:00 +08:00
2025-03-06 10:27:47 +01:00
2025-03-14 19:33:51 +00:00
2025-01-22 01:29:12 +00:00
[InstCombine] Fold umax/umin(nuw_shl(z, x), nuw_shl(z, y)) -> nuw_shl(z, umax/umin(x, y)) and umax/umin(nuw_shl(x, z), nuw_shl(y, z)) -> nuw_shl(umax/umin(x, y), z) (#131076)
2025-03-15 13:40:35 +08:00
2025-03-15 20:55:29 +02:00
2025-03-17 07:42:21 -07:00
2025-01-31 11:55:46 -08:00
2025-03-16 22:44:39 +00:00
2025-03-18 00:18:15 +08:00
2025-03-17 14:19:46 -07:00
2024-06-18 09:01:56 +01:00