<div dir="ltr"><span style="font-size:12.8000001907349px">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:</span><div style="font-size:12.8000001907349px">%SignedI32 = type { i32 }<br></div><div style="font-size:12.8000001907349px">%UnsignedI32 = type { i32 }<br></div><div style="font-size:12.8000001907349px">?</div></div>