Remove assertion that disallows zero-extending a zero-width APInt. This
check is too restrictive and makes it difficult to use APInt to model
zero-width things, e.g., zero-width wires in the CIRCT project.
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>