Commit 2e68ba99 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[DAG] visitADDLike - update "(x - y) + -1 -> add (xor y, -1), x" fold to...

[DAG] visitADDLike - update "(x - y) + -1  ->  add (xor y, -1), x" fold to accept UNDEF in a splat vector of -1

Make sure we use getNOT instead of reusing the allones (with undefs) vector
parent 7fbdadb6
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