[flang-commits] [clang] [flang] [llvm] [AsmWriter] Change the output syntax of floating-point literals. (PR #190649)

Joshua Cranmer via flang-commits flang-commits at lists.llvm.org
Fri Apr 10 08:12:56 PDT 2026


================
@@ -4516,6 +4517,13 @@ APFloat::opStatus IEEEFloat::next(bool nextDown) {
   return result;
 }
 
+APInt IEEEFloat::getNaNPayload() const {
----------------
jcranmer-intel wrote:

The AsmParser parts are in https://github.com/llvm/llvm-project/pull/190641.

I can make a new PR that has only the AsmWriter bits without all of the test fixes if that would make review easier.

https://github.com/llvm/llvm-project/pull/190649


More information about the flang-commits mailing list