<div dir="ltr">Since llvm doesn't distinguish signed vs unsigned integers anymore, what is the recommended way to represent a language that distinguishes them? Is that to introduce new types, eg:<div><div>%SignedI32 = type { i32 }<br></div></div><div>%UnsignedI32 = type { i32 }<br></div><div>?</div><div><br></div><div><br></div></div>