<html><body><p><font size="2">Hi:</font><br><br><font size="2">When debugging some floating point assembly, we found it is inconvenient to read the decimal constants in assembly.</font><br><br><font size="2">In hex form many FP numbers are immediately recognizable, their exponents are more obvious etc.  </font><br><font size="2">We normally use hex form in debugger or LLVM IR, </font><br><font size="2">not sure what is the reason that we want to use decimal in assembly?</font><br><br><font size="2">The form change won't change precision or affecting rounding, I think most assembler should support hex form too?</font><br><br><font size="2">Appreciate your feedback and comments if there is anything that we should consider before changing the default behavior.</font><br><br><font size="2">FYI. This is a patch </font><a href="https://reviews.llvm.org/D73566"><u><font color="#0000FF">https://reviews.llvm.org/D73566</font></u></a><font size="2"> that show the change and affected in tree testcases.</font><br><font size="2">Reviews and comments are highly appreciated, thank you!</font><br><br><br><font size="2"><br>Best,<br><br>Jinsong Ji (ΌΝ½πΛΙ), PhD.<br><br>XL/LLVM on Power Compiler Development <br>E-mail: jji@us.ibm.com</font><BR>
</body></html>