Simon Pilgrim d1426cd484 [DAG] visitAnd - fold (and (ext (and V, c1)), c2) -> (and (ext V), (and c1, (ext c2)))
Also, move the XformToShuffleWithZero and combineCarryDiamond folds later after some of the more basic canonicalizations/combines (such as this) have had a chance to occur

Fixes the v8i1-masks.ll regression from D127115
2023-01-23 14:28:37 +00:00
..
2022-11-17 17:22:52 +08:00
2022-12-17 16:15:22 +05:30
2022-04-06 17:51:55 +01:00
2022-04-07 18:08:59 +01:00
2022-01-17 19:02:44 +00:00
2022-05-31 17:28:56 +01:00
2022-12-08 00:35:42 +08:00
2022-12-17 16:15:22 +05:30
2022-06-16 11:20:10 -07:00