Skip to content
Commit 4c82cd21 authored by Cameron Zwarich's avatar Cameron Zwarich
Browse files

Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory it

is possible to do better if the high bit is set in either KnownZero/KnownOne, but
in practice NumSignBits is always 1 when we are zero extending because nothing
is known about that register.

llvm-svn: 126465
parent d2f3041c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment