For example:
error: floating point constant invalid for type
%3 = and i8 0x80, %2
^
From a scan of the IR reference manual, it looks like hexadecimal literals are reserved for the representation of floating point numbers that cannot be exactly represented in a reasonable number of digits.
Which explains why your error message says that the floating point constant is invalid.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With