[PATCH] D73566: [AsmPrinter] Print FP constant in hexadecimal form instead

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 13:12:35 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/include/llvm/MC/MCExpr.h:134
   bool PrintInHex = false;
+  unsigned Size=0;
 
----------------
unsigned SizeInBytes = 0;


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73566/new/

https://reviews.llvm.org/D73566





More information about the llvm-commits mailing list