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-12-08 00:35:42 +08:00
2022-12-17 16:15:22 +05:30