[DAG] getNode() - relax (zext (trunc x)) -> x fold iff the upper bits are known zero.
Just leave the (zext (trunc (and x, c))) pattern which is still being used to create some zext_inreg patterns.
Loading
Please sign in to comment
Just leave the (zext (trunc (and x, c))) pattern which is still being used to create some zext_inreg patterns.