[PATCH] D83560: [DebugInfo] Emit DW_OP_implicit_value for Floating point constants

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 2 12:15:17 PDT 2020


SouraVX added a comment.

It's not just `endiannes` that is causing trouble to `PPC` target. Looking at a comment regarding `PPC` target's `long double` representation in `AsmPrinter.cpp`

  // PPC's long double has odd notions of endianness compared to how LLVM
  // handles it: p[0] goes first for *big* endian on PPC.

This patch does not handle this, I'll see if we can fix this up without too many changes, otherwise I'll file a new review covering all scenarios endianess and this target specific.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83560



More information about the llvm-commits mailing list