add width info for comparisons
commit620277c004b247559d53e4d6ef8053705be9b110
authorQuentin Carbonneaux <quentin@c9x.me>
Fri, 3 May 2024 19:48:02 +0000 (3 21:48 +0200)
committerQuentin Carbonneaux <quentin@c9x.me>
Fri, 3 May 2024 19:51:30 +0000 (3 21:51 +0200)
tree7ff2c50b850dd363083b007fa9caf0737011decb
parent1dd22a9b4741b668e9d63a98c95a102dc456634b
add width info for comparisons

Comparisons return a 1-bit value, in theory
we could add a Wu1 width for them but I did
not bother and just used Wub. This simply
means that if a frontend generates an extsb
of a comparison result (silly), we will not
generate good code.
ssa.c