[DAG] Don't fold zext(logicalshift(zext(x),c)) -> logicalshift(zext(x),c) if the outer zext is free
Avoid widening the shift to a bigger type if the zext would be free anyway Pulled out of D146121
Loading
Please sign in to comment
Avoid widening the shift to a bigger type if the zext would be free anyway Pulled out of D146121