Commit b2ffc867 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[DAG] getNode() - begin generalizing the (zext (trunc (assertzext x))) -> (assertzext x) fold.

We'll need to generalize this fold to check for any zero upperbits to address some of the D155472 regressions, but this exposes a number of issues. For now, just use the general MaskedValueIsZero test instead of the assertzext.
parent aa8601dc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment