[PATCH] D59310: [PowerPC] Fix issue with inline asm - soft float mode

Justin Hibbits via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 07:43:29 PDT 2019


jhibbits added a comment.

I'd like to amend my previous comment:  FreeBSD, and I'd guess Linux, too, explicitly builds the kernel with -msoft-float, in order to prevent FPU-consuming optimizations.  However, we still need to be able to save and restore FPU context, which requires inline asm (or a completely asm file, not something we want).  This change would prevent us being able to do that.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59310





More information about the llvm-commits mailing list