Commit 8d2efd74 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[DAG] Avoid ComputeNumSignBits call when we know the result is unsigned

D146121 needs to set the NSW flag, but given the result is NUW then we know that the result has leading zeros, so we don't need to call ComputeNumSignBits - just reuse the existing KnownBits value instead.
parent a65070a7
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