[llvm] r188370 - Support C99 hexadecimal floating-point literals in assembly

Tim Northover t.p.northover at gmail.com
Wed Aug 14 07:58:17 PDT 2013


> Probably should have a test case of the form 0x1.2.  The binary-exponent-part isn’t optional for hex-float literals.

Very good point, I don't know how I missed it having written the
message. Added in r188372.

Tim.




More information about the llvm-commits mailing list